Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_determinant.h File Reference

Direct evaluation of determinants. More...

Go to the source code of this file.

Functions

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


Detailed Description

Direct evaluation of determinants.

Author:
fsm@robots.ox.ac.uk

Definition in file vnl_determinant.h.


Function Documentation

template<class T>
T vnl_determinant T const *    row0,
T const *    row1,
T const *    row2,
T const *    row3
 

4x4 matrix.

template<class T>
T vnl_determinant T const *    row0,
T const *    row1,
T const *    row2
 

3x3 matrix.

template<class T>
T vnl_determinant T const *    row0,
T const *    row1
 

2x2 matrix.


Generated at Fri May 21 01:16:07 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000