Click or drag to resize

MatrixBuilderTDense(DenseColumnMajorMatrixStorageT) Method

Create a new dense matrix straight from an initialized matrix storage instance. The storage is used directly without copying. Intended for advanced scenarios where you're working directly with storage for performance or interop reasons.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Matrix<T> Dense(
	DenseColumnMajorMatrixStorage<T> storage
)

Parameters

storage  DenseColumnMajorMatrixStorageT

[Missing <param name="storage"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixBuilder`1.Dense(Altaxo.Calc.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage{`0})"]

Return Value

MatrixT

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixBuilder`1.Dense(Altaxo.Calc.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage{`0})"]

See Also