NiHu  2.0
NiHu::fmm::integral_operator_sum< Lhs, Rhs > Class Template Reference

the sum of two integral operators More...

#include <integral_operator_expression.hpp>

Public Types

typedef integral_operator_expression< integral_operator_sum< Lhs, Rhs > > base_t
 
typedef base_t::test_input_t test_input_t
 
typedef base_t::trial_input_t trial_input_t
 
typedef base_t::result_t result_t
 

Public Member Functions

 integral_operator_sum (Lhs &&lhs, Rhs &&rhs)
 
size_t rows (test_input_t const &ti) const
 
size_t cols (trial_input_t const &ti) const
 
result_t operator() (test_input_t const &tsi, trial_input_t const &tri) const
 

Detailed Description

template<class Lhs, class Rhs>
class NiHu::fmm::integral_operator_sum< Lhs, Rhs >

the sum of two integral operators

Template Parameters
LhsDerivedthe left hand side type
RhsDerivedthe right hand side type

Definition at line 48 of file integral_operator_expression.hpp.


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