Calculates the inverse of the matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public Matrix Inverse()
Visual Basic (Declaration)
Public Function Inverse As Matrix
Visual C++
public:
Matrix^ Inverse()

Return Value

The inverse of the matrix.

See Also