Click or drag to resize

FloatComplexMatrixResize Method

Changes the dimensions of this matrix to those specified, adding zeros or truncating as necessary.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix Resize(
	int rows,
	int cols
)

Parameters

rows  Int32
The number of rows.
cols  Int32
The number of columns.

Return Value

FloatComplexMatrix
This matrix.
See Also