Click or drag to resize

ComplexMatrix.Identity Method

Generates an identity matrix.

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

Parameters

rowDimension
Type: System.Int32
Number of rows.
columnDimension
Type: System.Int32
Number of columns.

Return Value

Type: ComplexMatrix
A new ComplexMatrix with ones on the diagonal and zeros elsewhere.
See Also