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

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void Resize(
	int order
)
Visual Basic (Declaration)
Public Sub Resize ( _
	order As Integer _
)
Visual C++
public:
void Resize(
	int order
)

Parameters

order
Type: System..::.Int32
The size of the square matrix (order x order).

See Also