Click or drag to resize

DenseMatrixIdentity Method

Generates an identity matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static DenseMatrix Identity(
	int rowDimension,
	int columnDimension
)

Parameters

rowDimension
Type: SystemInt32
Number of rows.
columnDimension
Type: SystemInt32
Number of columns.

Return Value

Type: DenseMatrix
An m-by-n matrix with ones on the diagonal and zeros elsewhere.
See Also