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

csuSubspaceCVEigen.h

Go to the documentation of this file.
00001 #ifndef _CSU_CV_EIGEN
00002 #define _CSU_CV_EIGEN
00003 namespace csu{
00004 int cvJacobiEigens_32f ( float* A,
00005                      float* V,
00006                      float* E,
00007                      int n,
00008                          float eps );
00009 
00010 
00011 int cvJacobiEigens_64d( double* A,
00012                     double* V,
00013                     double* E,
00014                     int n,
00015                         double eps );
00016 
00017 }
00018 #endif

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