Returns the inverse of the matrix used to construct this instance.
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() |