NTPoly
|
A Class For Computing The Matrix Sign Function. More...
#include <SignSolvers.h>
Static Public Member Functions | |
static void | ComputeSign (const DistributedSparseMatrix &Mat1, DistributedSparseMatrix &SignMat, const IterativeSolverParameters &solver_parameters) |
static void | ComputePolarDecomposition (const DistributedSparseMatrix &Mat1, DistributedSparseMatrix &Umat, DistributedSparseMatrix &Hmat, 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 Matrix Sign Function.
|
static |
Computes the polar decomposition of a matrix Mat1 = U*H.
Mat1 | input matrix. |
Umat | the unitary polar factor. |
Hmat | the hermitian matrix factor. |
solver_parameters | parameters for the solver |
|
static |
Compute the matrix sign function.
Mat1 | input matrix. |
SignMat | = Sign(Mat1) |
solver_parameters | parameters for the solver |