Click or drag to resize

VectorBuilderTDense(Int32) Method

Create a dense vector of T with the given size.

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

Parameters

size  Int32
The size of the vector.

Return Value

VectorT

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

See Also