Go to the source code of this file.
Macros | |
| #define | VNL_MATRIX_EXP_INSTANTIATE(Matrix) |
Functions | |
| template<class Matrix > | |
| bool | vnl_matrix_exp (Matrix const &X, Matrix &expX, double max_err) |
| template<class Matrix > | |
| Matrix | vnl_matrix_exp (Matrix const &X) |
Definition in file vnl_matrix_exp.hxx.
| #define VNL_MATRIX_EXP_INSTANTIATE | ( | Matrix | ) |
Definition at line 74 of file vnl_matrix_exp.hxx.
| bool vnl_matrix_exp | ( | Matrix const & | X, |
| Matrix & | expX, | ||
| double | max_err | ||
| ) |
Definition at line 17 of file vnl_matrix_exp.hxx.
| Matrix vnl_matrix_exp | ( | Matrix const & | X | ) |
Definition at line 59 of file vnl_matrix_exp.hxx.
1.8.15