Computes the inverse of the original matrix.

Namespace: Meta.Numerics.Matrices
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public SquareMatrix Inverse()
Public Function Inverse As SquareMatrix
public:
SquareMatrix^ Inverse()
member Inverse : unit -> SquareMatrix 

Return Value

The matrix M-1.

See Also