SparseCompressedRowMatrixStorageTOfArray Method |
Creates a sparse compressed-row matrix storage from a two-dimensional array.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static SparseCompressedRowMatrixStorage<T> OfArray(
T[,] array
)
Parameters
- array T
- The source array.
Return Value
SparseCompressedRowMatrixStorageTThe initialized sparse matrix storage.
See Also