NiHu  2.0
NiHu::integral_transform_sum< LDerived, RDerived > Class Template Reference

proxy class representing a sum of two integral_transforms More...

#include <integral_transform.hpp>

Public Member Functions

 integral_transform_sum (LDerived &&left, RDerived &&right)
 constructor from two integral_transform expressions More...
 
template<class TestSpace , class Result >
void test_on_into (function_space_base< TestSpace > const &test_space, Result &result) const
 test a integral_transform with a test function space More...
 
- Public Member Functions inherited from NiHu::integral_transform_base< integral_transform_sum< LDerived, RDerived > >
NIHU_CRTP_HELPERS void test_on_into (function_space_base< TestSpace > const &test_space, Result &result) const
 test a integral_transform with a test function space More...
 

Detailed Description

template<class LDerived, class RDerived>
class NiHu::integral_transform_sum< LDerived, RDerived >

proxy class representing a sum of two integral_transforms

Template Parameters
LDerivedleft hand side integral_transform expression
RDerivedright hand side integral_transform expression

Definition at line 79 of file integral_transform.hpp.

Constructor & Destructor Documentation

◆ integral_transform_sum()

template<class LDerived , class RDerived >
NiHu::integral_transform_sum< LDerived, RDerived >::integral_transform_sum ( LDerived &&  left,
RDerived &&  right 
)
inline

constructor from two integral_transform expressions

Parameters
[in]leftthe left hand side integral_transform expression
[in]rightthe right hand side integral_transform expression

Definition at line 87 of file integral_transform.hpp.

Member Function Documentation

◆ test_on_into()

template<class LDerived , class RDerived >
template<class TestSpace , class Result >
void NiHu::integral_transform_sum< LDerived, RDerived >::test_on_into ( function_space_base< TestSpace > const &  test_space,
Result &  result 
) const
inline

test a integral_transform with a test function space

Template Parameters
TestSpacetype of the test space
Resulttype of the result matrix
Parameters
[in]test_spacethe test space to test with
[in,out]resultthe result matrix to write the result into

Definition at line 100 of file integral_transform.hpp.


The documentation for this class was generated from the following file: