Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

csuSubspaceEigen.h

Go to the documentation of this file.
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

Generated on Wed Apr 23 10:42:33 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002