|
| template<class T > |
| VNL_EXPORT T | vnl_det (T const *row0, T const *row1) |
| | 2x2 matrix. More...
|
| |
| template<class T > |
| VNL_EXPORT T | vnl_det (T const *row0, T const *row1, T const *row2) |
| | 3x3 matrix. More...
|
| |
| template<class T > |
| VNL_EXPORT T | vnl_det (T const *row0, T const *row1, T const *row2, T const *row3) |
| | 4x4 matrix. More...
|
| |
| template<class T > |
| T | vnl_det (vnl_matrix_fixed< T, 1, 1 > const &m) |
| | Determinant of small size matrices. More...
|
| |
| template<class T > |
| T | vnl_det (vnl_matrix_fixed< T, 2, 2 > const &m) |
| | Determinant of small size matrices. More...
|
| |
| template<class T > |
| T | vnl_det (vnl_matrix_fixed< T, 3, 3 > const &m) |
| | Determinant of small size matrices. More...
|
| |
| template<class T > |
| T | vnl_det (vnl_matrix_fixed< T, 4, 4 > const &m) |
| | Determinant of small size matrices. More...
|
| |
Direct evaluation of 2x2, 3x3 and 4x4 determinants.
- Author
- fsm
Modifications
Peter Vanroose - 15 Oct. 2001 - Renamed from vnl_determinant to vnl_det
Peter Vanroose - 15 Oct. 2001 - Added vnl_matrix_fixed interface
Definition in file vnl_det.h.