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

vnl_matrix_inverse.h File Reference

Calculates inverse of a matrix (wrapper around vnl_svd<double>). More...

Go to the source code of this file.

Compounds

struct  vnl_matrix_inverse

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)


Detailed Description

Calculates inverse of a matrix (wrapper around vnl_svd<double>).

Author:
Andrew W. Fitzgibbon, Oxford RRG, 22 Nov 96
Modifications dac (Manchester) 28/03/2001: tidied up documentation

Definition in file vnl_matrix_inverse.h.


Function Documentation

template<class T>
vnl_matrix<T> operator * vnl_matrix_inverse< T > const &    i,
vnl_matrix< T > const &    B
[inline]
 

Definition at line 43 of file vnl_matrix_inverse.h.

References vnl_svd< T >::solve().

template<class T>
vnl_vector<T> operator * vnl_matrix_inverse< T > const &    i,
vnl_vector< T > const &    B
[inline]
 

Definition at line 35 of file vnl_matrix_inverse.h.

References vnl_svd< T >::solve().


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