#include "vnl_det.h"
Go to the source code of this file.
Defines | |
| #define | VNL_DET_INSTANTIATE(T) |
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. | |
| #define VNL_DET_INSTANTIATE | ( | T | ) |
Value:
template T vnl_det(T const *, T const *); \ template T vnl_det(T const *, T const *, T const *); \ template T vnl_det(T const *, T const *, T const *, T const *)
Definition at line 57 of file vnl_det.txx.
| 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