NTPoly
Static Public Member Functions | List of all members
NTPoly::ExponentialSolvers Class Reference

A Module For Computing General Matrix Exponentials. More...

#include <ExponentialSolvers.h>

Inheritance diagram for NTPoly::ExponentialSolvers:
NTPoly::SolverBase

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)
 

Detailed Description

A Module For Computing General Matrix Exponentials.

Member Function Documentation

◆ ComputeExponential()

void NTPoly::ExponentialSolvers::ComputeExponential ( const DistributedSparseMatrix InputMat,
DistributedSparseMatrix OutputMat,
const FixedSolverParameters solver_parameters 
)
static

Compute the matrix exponential.

Parameters
InputMatmatrix to compute the exponential of.
OutputMat= exp(InputMat)
solver_parametersparameters for the solver

◆ ComputeLogarithm()

void NTPoly::ExponentialSolvers::ComputeLogarithm ( const DistributedSparseMatrix InputMat,
DistributedSparseMatrix OutputMat,
const FixedSolverParameters solver_parameters 
)
static

Compute the matrix logarithm.

Parameters
InputMatmatrix to compute the exponential of.
OutputMat= log(InputMat)
solver_parametersparameters for the solver

The documentation for this class was generated from the following files: