Returns the inverse of the matrix used to construct this instance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[,] Inverse()
Public Function Inverse As Complex(,)
public:
array<Complex,2>^ Inverse()
member Inverse : unit -> Complex[,]
Return Value
Type:
Complex
A
Complex matrix containing the inverse of the matrix used
to construct this object.
See Also