Go to the documentation of this file.00001
00002 #ifndef vnl_matrix_inverse_txx_
00003 #define vnl_matrix_inverse_txx_
00004
00005
00006
00007
00008
00009 #include "vnl_matrix_inverse.h"
00010
00011 #undef VNL_MATRIX_INVERSE_INSTANTIATE
00012 #define VNL_MATRIX_INVERSE_INSTANTIATE(T) \
00013 template struct vnl_matrix_inverse<T >;\
00014 VCL_INSTANTIATE_INLINE( vnl_vector<T > operator*(vnl_matrix_inverse<T > const &, vnl_vector<T > const &) ); \
00015 VCL_INSTANTIATE_INLINE( vnl_matrix<T > operator*(vnl_matrix_inverse<T > const &, vnl_matrix<T > const &) )
00016
00017 #endif // vnl_matrix_inverse_txx_