MatrixStorageT Constructor |
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected MatrixStorage(
int rowCount,
int columnCount
)
Parameters
- rowCount Int32
- The number of rows.
- columnCount Int32
- The number of columns.
See Also