Calculates inverse of a matrix (wrapper around vnl_svd<double>) More...
#include <vnl/algo/vnl_svd.h>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.
| vnl_vector<T> operator* | ( | vnl_matrix_inverse< T > const & | i, |
| vnl_vector< T > const & | B | ||
| ) | [inline] |
Definition at line 44 of file vnl_matrix_inverse.h.
| vnl_matrix<T> operator* | ( | vnl_matrix_inverse< T > const & | i, |
| vnl_matrix< T > const & | B | ||
| ) | [inline] |
Definition at line 52 of file vnl_matrix_inverse.h.
1.7.5.1