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