Click or drag to resize
Accord.NET (logo)

Matrix3x3Inverse Method

Calculate inverse of the matrix, A-1.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Matrix3x3 Inverse()
Request Example View Source

Return Value

Type: Matrix3x3
Returns inverse of the matrix.
Exceptions
ExceptionCondition
ArgumentExceptionCannot calculate inverse of the matrix since it is singular.
See Also