Click or drag to resize

DenseVector   Conversion (Single to DenseVector)

Returns a vector bound directly to a reference of the provided array.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator DenseVector (
	float[] array
)

Parameters

array  Single
The array to bind to the DenseVector object.

Return Value

DenseVector
A DenseVector whose values are bound to the given array.
See Also