Click or drag to resize

ComplexMatrixIdentity Method

Creates a ComplexMatrix instance representing the identity matrix having the specified dimension.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static ComplexMatrix Identity(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the identity matrix.

Return Value

Type: ComplexMatrix
The identity matrix having the specified dimension.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondimension is not positive.
See Also