#include "vnl_det.h"Go to the source code of this file.
Macros | |
| #define | VNL_DET_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| T | vnl_det (T const *row0, T const *row1) |
| 2x2 matrix. More... | |
| template<class T > | |
| T | vnl_det (T const *row0, T const *row1, T const *row2) |
| 3x3 matrix. More... | |
| template<class T > | |
| T | vnl_det (T const *row0, T const *row1, T const *row2, T const *row3) |
| 4x4 matrix. More... | |
| #define VNL_DET_INSTANTIATE | ( | T | ) |
Definition at line 57 of file vnl_det.hxx.
| T vnl_det | ( | T const * | row0, |
| T const * | row1 | ||
| ) |
2x2 matrix.
Definition at line 8 of file vnl_det.hxx.
| T vnl_det | ( | T const * | row0, |
| T const * | row1, | ||
| T const * | row2 | ||
| ) |
3x3 matrix.
Definition at line 14 of file vnl_det.hxx.
| T vnl_det | ( | T const * | row0, |
| T const * | row1, | ||
| T const * | row2, | ||
| T const * | row3 | ||
| ) |
4x4 matrix.
Definition at line 26 of file vnl_det.hxx.
1.8.15