|
NTPoly
|
A class for inverting matrices. More...
#include <InverseSolvers.h>
Static Public Member Functions | |
| static void | Invert (const Matrix_ps &Overlap, Matrix_ps &InverseMat, const SolverParameters &solver_parameters) |
| static void | PseudoInverse (const Matrix_ps &Overlap, Matrix_ps &InverseMat, const SolverParameters &solver_parameters) |
Additional Inherited Members | |
Static Protected Member Functions inherited from NTPoly::SolverBase | |
| static const int * | GetIH (const Matrix_ps &dsm) |
| static int * | GetIH (Matrix_ps &dsm) |
| static const int * | GetIH (const SolverParameters &csp) |
| static int * | GetIH (SolverParameters &csp) |
A class for inverting matrices.
|
static |
Compute the inverse of a matrix. An implementation of Hotelling's method.
| Overlap | the matrix to invert. |
| InverseMat | = Overlap^-1. |
| solver_parameters | parameters for the solver |
|
static |
Compute the pseudoinverse of a matrix. An implementation of Hotelling's method, with a different convergence criteria.
| Overlap | the matrix to invert. |
| InverseMat | = Overlap^-1. |
| solver_parameters | parameters for the solver |