ComplexMatrixInverse Method |
Namespace: AGI.Foundation.Coordinates
Exception | Condition |
---|---|
InvalidOperationException | Thrown if this ComplexMatrix is not square. The inverse operation is currently only available for square matrices. |
InvalidOperationException | Thrown if the ComplexMatrix is singular. |