Click or drag to resize

FloatSymmetricMatrixResize Method

Changes the order of this matrix to that specified, adding zeros or truncating as necessary.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Resize(
	int order
)

Parameters

order  Int32
The size of the square matrix (order x order).
See Also