Classes | Functions
vnl_matrix_inverse.h File Reference

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

#include <vnl/algo/vnl_svd.h>
#include <vnl/algo/vnl_algo_export.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)
 

Detailed Description

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

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

Definition in file vnl_matrix_inverse.h.

Function Documentation

◆ operator *() [1/2]

template<class T >
vnl_vector<T> operator * ( vnl_matrix_inverse< T > const &  i,
vnl_vector< T > const &  B 
)
inline

Definition at line 42 of file vnl_matrix_inverse.h.

◆ operator *() [2/2]

template<class T >
vnl_matrix<T> operator * ( vnl_matrix_inverse< T > const &  i,
vnl_matrix< T > const &  B 
)
inline

Definition at line 50 of file vnl_matrix_inverse.h.