NiHu  2.0
integral_transform_forward.hpp
1 #ifndef INTEGRAL_TRANSFORM_FORWARD_HPP_INCLUDED
2 #define INTEGRAL_TRANSFORM_FORWARD_HPP_INCLUDED
3 
4 namespace NiHu
5 {
6 
7 // forward declaration
8 template <class Operator, class TrialSpace>
9 class integral_transform;
10 
11 }
12 
13 #endif