Class documentation of Concepts

Loading...
Searching...
No Matches
solverFabric.hh
Go to the documentation of this file.
1
6#ifndef solverFabric_hh
7#define solverFabric_hh
8
10
11namespace concepts {
12
13 // forward declaration
14
15 template<typename F>
16 class Operator;
17
18}
19
20namespace eigensolver {
21
22using concepts::Real;
23
24 // ********************************************************** SolverFabric **
25
30 template <typename F>
41
42} // eigensolver
43
44#endif // solverFabric_hh
virtual EigenSolver< F > & operator()(concepts::Operator< F > &stiff, concepts::Operator< Real > &mass)=0
double Real
Definition typedefs.hh:39