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.
#include <vnl/vnl_matrix_fixed.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| T | vnl_det (T const *row0, T const *row1) |
| 2x2 matrix. | |
| template<class T> | |
| T | vnl_det (T const *row0, T const *row1, T const *row2) |
| 3x3 matrix. | |
| template<class T> | |
| T | vnl_det (T const *row0, T const *row1, T const *row2, T const *row3) |
| 4x4 matrix. | |
| T vnl_det | ( | T const * | row0, | |
| T const * | row1, | |||
| T const * | row2, | |||
| T const * | row3 | |||
| ) |
| T vnl_det | ( | T const * | row0, | |
| T const * | row1, | |||
| T const * | row2 | |||
| ) |
| T vnl_det | ( | T const * | row0, | |
| T const * | row1 | |||
| ) |
1.5.1