MatrixMathTopSpineJaggedArrayMatrixTSetDimension Method |
Set up the dimensions of the matrix. Discards the old content and reset the matrix with the new dimensions. All elements
become zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetDimension(
int rows,
int cols
)
Parameters
- rows Int32
- Number of rows of the matrix.
- cols Int32
- Number of columns of the matrix.
See Also