#include <MarkovSolver.h>
Public Member Functions | |
MarkovSolver () | |
~MarkovSolver () | |
Matrix * | computeMatrixExponential () |
Matrix * | computePadeApproximant (Matrix *, unsigned int) |
void | reinit (const Eref &, ProcPtr) |
void | process (const Eref &, ProcPtr) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
MarkovSolver::MarkovSolver | ( | ) |
MarkovSolver::~MarkovSolver | ( | ) |
Matrix * MarkovSolver::computeMatrixExponential | ( | ) | [virtual] |
Reimplemented from MarkovSolverBase.
References computePadeApproximant(), DUMMY, FIRST, matColNorm(), matEyeAdd(), matMatMul(), matScalShift(), matTrace(), and MarkovSolverBase::Q_.
Referenced by computeMatrixExponential().
const Cinfo * MarkovSolver::initCinfo | ( | ) | [static] |
Reimplemented from MarkovSolverBase.
References MarkovSolverBase::initCinfo(), process(), and reinit().
Reimplemented from MarkovSolverBase.
Referenced by initCinfo().
Reimplemented from MarkovSolverBase.
Referenced by initCinfo().