Go to the source code of this file.
Functions | |
template<class T> T | vnl_determinant (T const *const *rows, unsigned n) |
template<class T> T | vnl_determinant (vnl_matrix< T > const &) |
Definition in file algo/vnl_determinant.h.
|
|
|
calculates the determinant of a matrix. evaluation of determinants of any size. for small matrices, will use the direct routines (no netlib) but for larger matrices, a matrix decomposition such as SVD or QR will be used. |