Click or drag to resize

DiagonalMatrix Constructor (Int32)

Initializes a new instance with the given dimension. All elements of the matrix will be zero.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DiagonalMatrix(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The row and column dimension of the matrix.
See Also