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_