SparseCompressedRowMatrixStorageTToRowMajorArray Method |
Creates a row-major array copy of the matrix data.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T[] ToRowMajorArray()
Return Value
TA new row-major array.
See Also