DSC
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
eigensolution.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------- *
2  * This file is part of GEL, http://www.imm.dtu.dk/GEL
3  * Copyright (C) the authors and DTU Informatics
4  * For license and list of authors, see ../../doc/intro.pdf
5  * ----------------------------------------------------------------------- */
6 
11 #ifndef __CGLA_EIGENSOLUTION_H__
12 #define __CGLA_EIGENSOLUTION_H__
13 
14 namespace CGLA
15 {
34  template <class MT>
35  int power_eigensolution(const MT& A, MT& Q, MT& L, unsigned int max_sol=1000);
36 }
37 #endif