00001 #ifndef __CGLA_EIGENSOLUTION_H__ 00002 #define __CGLA_EIGENSOLUTION_H__ 00003 00004 namespace CGLA 00005 { 00024 template <class MT> 00025 int power_eigensolution(const MT& A, MT& Q, MT& L, unsigned int max_sol=1000); 00026 } 00027 #endif