DenseVectorValues Property |
Gets the vector's data.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] Values { get; }
Property Value
DoubleThe vector's data.
See Also