Click or drag to resize

VectorBuilderTDense(T) Method

Create a dense vector of T that is directly bound to the specified array.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Dense(
	T[] array
)

Parameters

array  T

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Dense(`0[])"]

Return Value

VectorT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.VectorBuilder`1.Dense(`0[])"]

See Also