SparseCompressedRowMatrixStorageTOfRowArrays Method |
Creates a sparse compressed-row matrix storage from row arrays.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static SparseCompressedRowMatrixStorage<T> OfRowArrays(
T[][] data
)
Parameters
- data T
- The row arrays.
Return Value
SparseCompressedRowMatrixStorageTThe initialized sparse matrix storage.
See Also