Click or drag to resize

DiagonalMatrix Constructor (Int32)

Initializes a new, empty diagonal matrix.

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

Parameters

dimension
Type: SystemInt32
The dimension of the matrix.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondimension is non-positive.
See Also