Click or drag to resize
Accord.NET (logo)

ISolverMatrixDecompositionTInverse Method

Solves a set of equation systems of type A * X = I.

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
T[,] Inverse()
Request Example View Source

Return Value

Type: T
See Also