Go to the source code of this file.
Defines | |
| #define | vnl_matrix_exp_txx_ |
| #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.txx.
| #define VNL_MATRIX_EXP_INSTANTIATE | ( | Matrix | ) |
template bool vnl_matrix_exp(Matrix const&, Matrix &, double); \ template Matrix vnl_matrix_exp(Matrix const&)
Definition at line 71 of file vnl_matrix_exp.txx.
| #define vnl_matrix_exp_txx_ |
Definition at line 3 of file vnl_matrix_exp.txx.
| bool vnl_matrix_exp | ( | Matrix const & | X, |
| Matrix & | expX, | ||
| double | max_err | ||
| ) |
Definition at line 14 of file vnl_matrix_exp.txx.
| Matrix vnl_matrix_exp | ( | Matrix const & | X | ) |
Definition at line 56 of file vnl_matrix_exp.txx.
1.7.5.1