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