DenseVector Conversion (Complex32 to DenseVector) |
Returns a vector bound directly to a reference of the provided array.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static implicit operator DenseVector (
Complex32[] array
)
Parameters
- array Complex32
- The array to bind to the DenseVector object.
Return Value
DenseVector
A
DenseVector whose values are bound to the given array.
See Also