NTPoly
|
A Class For Computing General Matrix Roots. More...
#include <RootSolvers.h>
Static Public Member Functions | |
static void | ComputeRoot (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, int root, const IterativeSolverParameters &solver_parameters) |
static void | ComputeInverseRoot (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, int root, const IterativeSolverParameters &solver_parameters) |
Additional Inherited Members | |
Static Protected Member Functions inherited from NTPoly::SolverBase | |
static const int * | GetIH (const DistributedSparseMatrix &dsm) |
static int * | GetIH (DistributedSparseMatrix &dsm) |
static const int * | GetIH (const IterativeSolverParameters &csp) |
static int * | GetIH (IterativeSolverParameters &csp) |
static const int * | GetIH (const FixedSolverParameters &csp) |
static int * | GetIH (FixedSolverParameters &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 |