GEL  2
GEL is a library for Geometry and Linear Algebra
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/CGLA/eigensolution.h
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations