Classes | Namespaces | Functions
MatrixExponential.h File Reference
#include "StemFunction.h"
Include dependency graph for MatrixExponential.h:

Go to the source code of this file.

Classes

struct  Eigen::internal::matrix_exp_computeUV< MatrixType, RealScalar >
 Compute the (17,17)-Padé approximant to the exponential. More...
 
struct  Eigen::internal::matrix_exp_computeUV< MatrixType, double >
 
struct  Eigen::internal::matrix_exp_computeUV< MatrixType, float >
 
struct  Eigen::internal::matrix_exp_computeUV< MatrixType, long double >
 
struct  Eigen::MatrixExponentialReturnValue< Derived >
 Proxy for the matrix exponential of some matrix (expression). More...
 
struct  Eigen::internal::MatrixExponentialScalingOp< RealScalar >
 Scaling operator. More...
 
struct  Eigen::internal::traits< MatrixExponentialReturnValue< Derived > >
 

Namespaces

 Eigen
 
 Eigen::internal
 

Functions

template<typename ArgType , typename ResultType >
void Eigen::internal::matrix_exp_compute (const ArgType &arg, ResultType &result)
 
template<typename MatA , typename MatU , typename MatV >
void Eigen::internal::matrix_exp_pade13 (const MatA &A, MatU &U, MatV &V)
 Compute the (13,13)-Padé approximant to the exponential. More...
 
template<typename MatA , typename MatU , typename MatV >
void Eigen::internal::matrix_exp_pade3 (const MatA &A, MatU &U, MatV &V)
 Compute the (3,3)-Padé approximant to the exponential. More...
 
template<typename MatA , typename MatU , typename MatV >
void Eigen::internal::matrix_exp_pade5 (const MatA &A, MatU &U, MatV &V)
 Compute the (5,5)-Padé approximant to the exponential. More...
 
template<typename MatA , typename MatU , typename MatV >
void Eigen::internal::matrix_exp_pade7 (const MatA &A, MatU &U, MatV &V)
 Compute the (7,7)-Padé approximant to the exponential. More...
 
template<typename MatA , typename MatU , typename MatV >
void Eigen::internal::matrix_exp_pade9 (const MatA &A, MatU &U, MatV &V)
 Compute the (9,9)-Padé approximant to the exponential. More...
 


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:09:50