MatrixBuilderTSparse(SparseCompressedRowMatrixStorageT) Method |
Create a new sparse 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.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Matrix<T> Sparse(
SparseCompressedRowMatrixStorage<T> storage
)
Parameters
- storage SparseCompressedRowMatrixStorageT
- The SparseCompressedRowMatrixStorage
Return Value
MatrixT[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MatrixBuilder`1.Sparse(Altaxo.Calc.LinearAlgebra.Storage.SparseCompressedRowMatrixStorage{`0})"]
See Also