Click or drag to resize

ComplexMatrixIdentity 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 ComplexMatrix Identity(
	int rowDimension,
	int columnDimension
)

Parameters

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

Return Value

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