| NTPoly
    | 
A Class For Computing General Matrix Roots. More...
#include <RootSolvers.h>
 
  
| Static Public Member Functions | |
| static void | ComputeRoot (const Matrix_ps &InputMat, Matrix_ps &OutputMat, int root, const SolverParameters &solver_parameters) | 
| static void | ComputeInverseRoot (const Matrix_ps &InputMat, Matrix_ps &OutputMat, int root, 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 Computing General Matrix Roots.
| 
 | static | 
Compute the general matrix inverse root.
| InputMat | input matrix. | 
| OutputMat | = InputMat^(-1/root) | 
| root | = which root | 
| solver_parameters | parameters for the solver | 
| 
 | static | 
Compute a general matrix root.
| InputMat | input matrix. | 
| OutputMat | = InputMat^(1/root) | 
| root | = which root | 
| solver_parameters | parameters for the solver |