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