Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/hugin_math/eig_jacobi.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00028 #ifndef _HUGIN_MATH_EIG_JACOBI_H 00029 #define _HUGIN_MATH_EIG_JACOBI_H 00030 00031 00032 namespace hugin_utils 00033 { 00034 00052 void eig_jacobi( int n, double a[3][3], double v[3][3], double *d,int* ind,int* maxsweep,int* maxannil,double* epsilon); 00053 00054 } 00055 00056 #endif // _H 00057 00058 00059
1.3.9.1