NiHu  2.0
NiHu::fmm::integral_operator_expression_traits< integral_operator_diff< Lhs, Rhs > > Struct Template Reference

traits of the difference of two integral operators More...

#include <integral_operator_expression.hpp>

Public Types

typedef std::decay< Lhs >::type lhs_derived_t
 
typedef integral_operator_expression_traits< lhs_derived_t >::test_input_t test_input_t
 
typedef integral_operator_expression_traits< lhs_derived_t >::trial_input_t trial_input_t
 
typedef integral_operator_expression_traits< lhs_derived_t >::result_t result_t
 

Detailed Description

template<class Lhs, class Rhs>
struct NiHu::fmm::integral_operator_expression_traits< integral_operator_diff< Lhs, Rhs > >

traits of the difference of two integral operators

Template Parameters
Lhsthe left hand side derived operator
Rhsthe right hand side derived operator

Definition at line 210 of file integral_operator_expression.hpp.


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