DSC
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
CGLA
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
Generated on Tue Jun 23 2015 12:37:21 for DSC by
1.8.6