Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/common/eig_jacobi.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00002 00028 #ifndef _Hgn1_COMMON_EIG_H 00029 #define _Hgn1_COMMON_EIG_H 00030 00031 #include <hugin_math/eig_jacobi.h> 00032 00033 namespace utils 00034 { 00035 00053 using hugin_utils::eig_jacobi; 00054 00055 } 00056 00057 #endif
1.3.9.1