Go to the source code of this file.
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) |
The adjugate matrix is useful in finding the inverse of a square matrix since det(A) * A_inverse = A_adj.
In contrast to the inverse matrix, however, calculating the adjoint matrix does not involve divisions, so the adjoint of an integer matrix is integer.
Definition in file vnl_adjugate.h.
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.