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.3572.0 (4.8.3572.0)
Syntax
C#
public Matrix<T> OfStorage(
	MatrixStorage<T> storage
)

Parameters

storage  MatrixStorageT
The matrix storage instance.

Return Value

MatrixT
The created matrix.
See Also