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

vnl_qr.h File Reference

Calculate inverse of a matrix using QR. More...

Go to the source code of this file.

Compounds

class  vnl_qr

Functions

template<class T> T vnl_qr_determinant (vnl_matrix< T > const &m)
template<class T> export vcl_ostream & operator<< (vcl_ostream &, vnl_qr< T > const &qr)


Detailed Description

Calculate inverse of a matrix using QR.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 08 Dec 96
Modifications: 081296 AWF Temporarily abandoned as I realized my problem was symmetric... 080697 AWF Recovered, implemented solve(). 200897 AWF Added determinant(). 071097 AWF Added Q(), R(). Christian Stoecklin, ETH Zurich, added QtB(v); 31-mar-2000 fsm@robots.ox.ac.uk: templated dac (Manchester) 28/03/2001: tidied up documentation

Definition in file vnl_qr.h.


Function Documentation

template<class T>
export vcl_ostream& operator<< vcl_ostream &   ,
vnl_qr< T > const &    qr
 

template<class T>
T vnl_qr_determinant vnl_matrix< T > const &    m [inline]
 

Compute determinant of matrix "M" using QR.

Definition at line 61 of file vnl_qr.h.


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