vnl_matrix_inverse.hxx
Go to the documentation of this file.
1 // This is core/vnl/algo/vnl_matrix_inverse.hxx
2 #ifndef vnl_matrix_inverse_hxx_
3 #define vnl_matrix_inverse_hxx_
4 // Author: Andrew W. Fitzgibbon, Oxford RRG
5 // Created: 22 Nov 96
6 //
7 //-----------------------------------------------------------------------------
8 
9 #include "vnl_matrix_inverse.h"
10 
11 #undef VNL_MATRIX_INVERSE_INSTANTIATE
12 #define VNL_MATRIX_INVERSE_INSTANTIATE(T) \
13 template struct VNL_ALGO_EXPORT vnl_matrix_inverse<T >;\
14 /*template VNL_EXPORT vnl_vector<T > operator*(vnl_matrix_inverse<T > const &, vnl_vector<T > const &) ; */ \
15 /*template VNL_EXPORT vnl_matrix<T > operator*(vnl_matrix_inverse<T > const &, vnl_matrix<T > const &) */
16 
17 #endif // vnl_matrix_inverse_hxx_
Calculates inverse of a matrix (wrapper around vnl_svd<double>)