00001 #ifndef _CSU_EIGEN_H 00002 #define _CSU_EIGEN_H 00003 00004 #include "csuCommon.h" 00005 00006 namespace csu{ 00007 void eigentrain(Matrix *mean, Matrix *eigen_vals, 00008 Matrix *eigen_base, Matrix images); 00009 } 00010 00011 #endif
1.2.14 written by Dimitri van Heesch,
© 1997-2002