Click or drag to resize

DoubleComplexMatrixResizeAndClear Method

Changes the dimensions of this matrix to those specified. Matrix values are not preserved during this operation and are reset to zero.

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

Parameters

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

Return Value

DoubleComplexMatrix
This matrix.
See Also