Go to the source code of this file.
Defines | |
#define | vnl_adjugate_txx_ |
#define | VNL_ADJUGATE_INSTANTIATE(T) |
Functions | |
template<class T > | |
void | vnl_adjugate (vnl_matrix< T > const &A, vnl_matrix< T > *out) |
template<class T > | |
vnl_matrix< T > | vnl_adjugate (vnl_matrix< T > const &A) |
Definition in file vnl_adjugate.txx.
#define VNL_ADJUGATE_INSTANTIATE | ( | T | ) |
template void vnl_adjugate(vnl_matrix<T > const &, vnl_matrix<T > *); \ template vnl_matrix<T > vnl_adjugate(vnl_matrix<T > const &)
Definition at line 50 of file vnl_adjugate.txx.
#define vnl_adjugate_txx_ |
Definition at line 2 of file vnl_adjugate.txx.
void vnl_adjugate | ( | vnl_matrix< T > const & | A, |
vnl_matrix< T > * | out | ||
) |
Definition at line 22 of file vnl_adjugate.txx.
vnl_matrix<T> vnl_adjugate | ( | vnl_matrix< T > const & | A | ) |
Definition at line 40 of file vnl_adjugate.txx.