DenseColumnMajorMatrixStorageTOfRowArrays Method |
Creates a dense column-major 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 DenseColumnMajorMatrixStorage<T> OfRowArrays(
T[][] data
)
Parameters
- data T
- The source data, given as an array of row arrays.
Return Value
DenseColumnMajorMatrixStorageTThe initialized dense matrix storage.
See Also