Searched refs:MatrixExponential (Results 1 – 2 of 2) sorted by relevance
24 class MatrixExponential {35 MatrixExponential(const MatrixType &M);47 MatrixExponential(const MatrixExponential&);48 MatrixExponential& operator=(const MatrixExponential&);163 MatrixExponential<MatrixType>::MatrixExponential(const MatrixType &M) : in MatrixExponential() function178 void MatrixExponential<MatrixType>::compute(ResultType &result) in compute()195 EIGEN_STRONG_INLINE void MatrixExponential<MatrixType>::pade3(const MatrixType &A) in pade3()205 EIGEN_STRONG_INLINE void MatrixExponential<MatrixType>::pade5(const MatrixType &A) in pade5()216 EIGEN_STRONG_INLINE void MatrixExponential<MatrixType>::pade7(const MatrixType &A) in pade7()228 EIGEN_STRONG_INLINE void MatrixExponential<MatrixType>::pade9(const MatrixType &A) in pade9()[all …]
58 #include "src/MatrixFunctions/MatrixExponential.h"158 \include MatrixExponential.cpp159 Output: \verbinclude MatrixExponential.out