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

calculates the determinant of a matrix. More...

Go to the source code of this file.

Functions

template<class T> T vnl_determinant (T const *const *rows, unsigned n)
template<class T> T vnl_determinant (vnl_matrix< T > const &)


Detailed Description

calculates the determinant of a matrix.

Author:
fsm@robots.ox.ac.uk
Modifications dac (Manchester) 26/03/2001: tidied up documentation

Definition in file algo/vnl_determinant.h.


Function Documentation

template<class T>
T vnl_determinant vnl_matrix< T > const &   
 

template<class T>
T vnl_determinant T const *const *    rows,
unsigned    n
 

calculates the determinant of a matrix. evaluation of determinants of any size. for small matrices, will use the direct routines (no netlib) but for larger matrices, a matrix decomposition such as SVD or QR will be used.


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