Click or drag to resize

SquareMatrix Constructor (Int32)

Initializes a new square matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SquareMatrix(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the matrix, which must be positive.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondimension < 1.
See Also