ComplexMatrixInverse Method |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic ComplexMatrix Inverse()
Public Function Inverse As ComplexMatrix
public:
ComplexMatrix^ Inverse()
member Inverse : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixThe complex matrix inverse.
Exceptions| 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.
|
See Also