|
NiHu
2.0
|
declaration of integral_transform classes More...
#include "integral_transform_forward.hpp"#include "../util/crtp_base.hpp"#include "function_space.hpp"#include "integral_operator.hpp"#include "assembly.hpp"Go to the source code of this file.
Classes | |
| class | NiHu::integral_transform_base< Derived > |
| CRTP base class of all integral_transform expressions. More... | |
| struct | NiHu::is_integral_transform< Proj > |
| metafunction determining if argument is integral_transform expression More... | |
| class | NiHu::integral_transform_sum< LDerived, RDerived > |
| proxy class representing a sum of two integral_transforms More... | |
| class | NiHu::integral_transform< Operator, TrialSpace > |
| Proxy class of a NiHu::integral_operator applied on a NiHu::function_space. More... | |
Functions | |
| template<class Left , class Right > | |
| integral_transform_sum< typename std::enable_if< is_integral_transform< Left >::value, Left >::type, typename std::enable_if< is_integral_transform< Right >::value, Right >::type > | NiHu::operator+ (Left &&left, Right &&right) |
| factory operator for the sum of two integral_transforms | |
declaration of integral_transform classes
Definition in file integral_transform.hpp.