Go to the source code of this file.
Functions | |
template<class T> bool | vnl_matrix_exp (vnl_matrix< T > const &X, vnl_matrix< T > &expX, double max_err) |
template<class T> vnl_matrix< T > | vnl_matrix_exp (vnl_matrix< T > const &X) |
Definition in file vnl_matrix_exp.h.
|
Compute the exponential of a sqaure matrix - easy form. |
|
Compute the exponential of a sqaure matrix - fiddly form. |