Go to the source code of this file.
Macros | |
| #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.hxx.
| #define VNL_ADJUGATE_INSTANTIATE | ( | T | ) |
Definition at line 50 of file vnl_adjugate.hxx.
| void vnl_adjugate | ( | vnl_matrix< T > const & | A, |
| vnl_matrix< T > * | out | ||
| ) |
Definition at line 22 of file vnl_adjugate.hxx.
| vnl_matrix<T> vnl_adjugate | ( | vnl_matrix< T > const & | A | ) |
Definition at line 40 of file vnl_adjugate.hxx.
1.8.15