Click or drag to resize

DenseVector   Conversion (DenseVector to Double)

Returns a reference to the internal data structure.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static explicit operator double[] (
	DenseVector vector
)

Parameters

vector  DenseVector
The DenseVector whose internal data we are returning.

Return Value

Double
A reference to the internal date of the given vector.
See Also