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

vnl_trace.h

Go to the documentation of this file.
00001 #ifndef vnl_trace_h_
00002 #define vnl_trace_h_
00003 // This is vxl/vnl/vnl_trace.h
00004 
00005 //: 
00006 //  \file
00007 //  \brief Calculate trace of a matrix
00008 //  \author fsm@robots.ox.ac.uk
00009 
00010 // Modifications
00011 // LSB (Manchester) 19/3/01 Documentation tidied
00012 
00013 template <class T> class vnl_matrix;
00014 
00015 //: Calculate trace of a matrix
00016 template <class T>
00017 T vnl_trace(vnl_matrix<T> const &);
00018 
00019 #endif // vnl_trace_h_

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