Defines | Functions
core/vnl/vnl_det.txx File Reference
#include "vnl_det.h"

Go to the source code of this file.

Defines

#define vnl_det_txx_
#define VNL_DET_INSTANTIATE(T)

Functions

template<class T >
vnl_det (T const *row0, T const *row1)
 2x2 matrix.
template<class T >
vnl_det (T const *row0, T const *row1, T const *row2)
 3x3 matrix.
template<class T >
vnl_det (T const *row0, T const *row1, T const *row2, T const *row3)
 4x4 matrix.

Define Documentation

#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.

#define vnl_det_txx_

Definition at line 3 of file vnl_det.txx.


Function Documentation

template<class T >
T vnl_det ( T const *  row0,
T const *  row1 
)

2x2 matrix.

Definition at line 8 of file vnl_det.txx.

template<class T >
T vnl_det ( T const *  row0,
T const *  row1,
T const *  row2 
)

3x3 matrix.

Definition at line 14 of file vnl_det.txx.

template<class T >
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.txx.