Compute the inverse of a matrix of type Complex.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Complex[,] Inverse()
Visual Basic (Declaration)
Public Function Inverse As Complex(,)
Visual C++
public:
array<Complex,2>^ Inverse()

Return Value

A Complex matrix containing the inverse of the matrix used to construct this object.

See Also