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) |
till a convergence requirement is met.
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. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000