Searched refs:MatrixExponential (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h24 class MatrixExponential { class in namespace:Eigen
35 MatrixExponential(const MatrixType &M);
47 MatrixExponential(const MatrixExponential&);
48 MatrixExponential& operator=(const MatrixExponential&);
163 MatrixExponential<MatrixType>::MatrixExponential(const MatrixType &M) : function in class:Eigen::MatrixExponential
178 void MatrixExponential<MatrixType>::compute(ResultType &result)
195 EIGEN_STRONG_INLINE void MatrixExponential<MatrixTyp
[all...]

Completed in 33 milliseconds