Click or drag to resize

MatrixMathLeftSpineJaggedArrayMatrixTSetDimension 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.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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