DenseVector Conversion (DenseVector to Complex32) |
Returns a reference to the internal data structure.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static explicit operator Complex32[] (
DenseVector vector
)
Parameters
- vector DenseVector
- The DenseVector whose internal data we are
returning.
Return Value
Complex32
A reference to the internal date of the given vector.
See Also