Returns the inverse of this matrix.

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

Syntax

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

Return Value

A double matrix containing the inverse.

See Also