Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_matrix_exp.h File Reference

Compute the exponential of a square matrix. More...

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)


Detailed Description

Compute the exponential of a square matrix.

Author:
fsm@robots.ox.ac.uk Compute the exponential of a square matrix, by summing its exponential series till a convergence requirement is met.
Many improvements are possible.

Definition in file vnl_matrix_exp.h.


Function Documentation

template<class T>
vnl_matrix<T> vnl_matrix_exp vnl_matrix< T > const &    X
 

Compute the exponential of a sqaure matrix - easy form.

template<class T>
bool vnl_matrix_exp vnl_matrix< T > const &    X,
vnl_matrix< T > &    expX,
double    max_err
 

Compute the exponential of a sqaure matrix - fiddly form.


Generated at Fri May 21 01:16:09 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000