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