Click or drag to resize
Accord.NET (logo)

MatrixHInverse Method

Returns the inverse matrix, if this matrix is invertible.

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

Return Value

Type: MatrixH
See Also