MatrixMathLeftSpineJaggedArrayMatrixT(Int32, Int32) Constructor |
Sets up an empty matrix with dimension(row,cols).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LeftSpineJaggedArrayMatrix(
int rows,
int cols
)
Parameters
- rows Int32
- Number of rows of the matrix.
- cols Int32
- Number of cols of the matrix.
See Also