NTPoly
|
A Module For Computing General Matrix Exponentials. More...
#include <ExponentialSolvers.h>
Static Public Member Functions | |
static void | ComputeExponential (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, const FixedSolverParameters &solver_parameters) |
static void | ComputeLogarithm (const DistributedSparseMatrix &InputMat, DistributedSparseMatrix &OutputMat, const FixedSolverParameters &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 Module For Computing General Matrix Exponentials.
|
static |
Compute the matrix exponential.
InputMat | matrix to compute the exponential of. |
OutputMat | = exp(InputMat) |
solver_parameters | parameters for the solver |
|
static |
Compute the matrix logarithm.
InputMat | matrix to compute the exponential of. |
OutputMat | = log(InputMat) |
solver_parameters | parameters for the solver |