Macros
vnl_matrix_inverse.hxx File Reference
#include "vnl_matrix_inverse.h"

Go to the source code of this file.

Macros

#define VNL_MATRIX_INVERSE_INSTANTIATE(T)
 

Macro Definition Documentation

◆ VNL_MATRIX_INVERSE_INSTANTIATE

#define VNL_MATRIX_INVERSE_INSTANTIATE (   T)
Value:
template struct VNL_ALGO_EXPORT vnl_matrix_inverse<T >;\
/*template VNL_EXPORT vnl_vector<T > operator*(vnl_matrix_inverse<T > const &, vnl_vector<T > const &) ; */ \
/*template VNL_EXPORT vnl_matrix<T > operator*(vnl_matrix_inverse<T > const &, vnl_matrix<T > const &) */
Calculates inverse of a matrix (wrapper around vnl_svd<double>).
Definition: vnl_algo_fwd.h:6

Definition at line 12 of file vnl_matrix_inverse.hxx.