Returns an identity matrix of the specified dimension.
Namespace: Extreme.Mathematics.LinearAlgebra.Complex
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
Return Value
A
ComplexDenseMatrix of the specified
dimension that has ones on the main diagonal and is zero everywhere
else.
See Also