Transform this matrix into its inverse. The inverse of matrix A is typically
written A^-1.

C# | Visual Basic | Visual C++ |
public ComplexMatrix Inverse()
Public Function Inverse As ComplexMatrix
public: ComplexMatrix^ Inverse()

A reference to this matrix after it has been inverted.

Exception | Condition |
---|---|
NotImplementedException | This method is not yet
implemented. |