Click or drag to resize

MatrixBuilderTOfStorage Method

Create a new matrix straight from an initialized matrix storage instance. If you have an instance of a discrete storage type instead, use their direct methods instead.

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

Parameters

storage  MatrixStorageT

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

Return Value

MatrixT

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

See Also