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
1.2.14 written by Dimitri van Heesch,
© 1997-2002