NTPoly
|
A Class For Computing The Square Root of a Matrix. More...
#include <SquareRootSolvers.h>
Static Public Member Functions | |
static void | SquareRoot (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, const IterativeSolverParameters &solver_parameters) |
static void | InverseSquareRoot (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, 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 The Square Root of a Matrix.
|
static |
Compute the inverse square root of a matrix.
InputMat | matrix to compute the inversesquareroot of. |
OutputMat | = InputMat^-1/2. |
solver_parameters | parameters for the solver |
|
static |
Compute the square root of a matrix.
InputMat | matrix to compute the inversesquareroot of. |
OutputMat | = InputMat^1/2. |
solver_parameters | parameters for the solver |