#include <vnl/algo/vnl_algo_export.h>Go to the source code of this file.
Classes | |
| class | vnl_matrix< T > |
| An ordinary mathematical matrix. More... | |
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.hxx.
| vnl_matrix<T> vnl_adjugate | ( | vnl_matrix< T > const & | A | ) |
Definition at line 40 of file vnl_adjugate.hxx.
1.8.15