Routines for inverting a Matrix. More...
Classes | |
| class | Out |
| Output of the inverse matrix routines. More... | |
Static Public Member Functions | |
| static Out | luInverse (Matrix A) |
| static Out | gaussInverse (Matrix A) |
| static Out | cgInverse (Matrix A) |
Routines for inverting a Matrix.
Calculate the inverse of a matrix using Conjugate Gradient
| [in] | A | Matrix to invert |
Calculate the inverse of a matrix using Guassian Elimination.
| [in] | A | Matrix to invert |
Calculate the inverse of a matrix using the LU decomposition.
| [in] | A | Matrix to invert |
1.6.1