Calculates inverse of a matrix (wrapper around vnl_svd<double>) More...
Go to the source code of this file.
Classes | |
| struct | vnl_matrix_inverse< T > |
| Calculates inverse of a matrix (wrapper around vnl_svd<double>). More... | |
Functions | |
| template<class T > | |
| vnl_vector< T > | operator * (vnl_matrix_inverse< T > const &i, vnl_vector< T > const &B) |
| template<class T > | |
| vnl_matrix< T > | operator * (vnl_matrix_inverse< T > const &i, vnl_matrix< T > const &B) |
Calculates inverse of a matrix (wrapper around vnl_svd<double>)
Modifications dac (Manchester) 28/03/2001: tidied up documentation
Definition in file vnl_matrix_inverse.h.
|
inline |
Definition at line 42 of file vnl_matrix_inverse.h.
|
inline |
Definition at line 50 of file vnl_matrix_inverse.h.
1.8.15