NiHu  2.0
NiHu::fmm::integral_operator_expression_traits< integral_operator_scaled< Lhs, Scalar > > Struct Template Reference

Traits of the scaled integral operator. More...

#include <integral_operator_expression.hpp>

Public Types

typedef std::decay< Lhs >::type lhs_derived_t
 
typedef std::decay< Scalar >::type scalar_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 NiHu::plain_type< typename NiHu::product_type< scalar_t, typename integral_operator_expression_traits< lhs_derived_t >::result_t >::type >::type result_t
 

Detailed Description

template<class Lhs, class Scalar>
struct NiHu::fmm::integral_operator_expression_traits< integral_operator_scaled< Lhs, Scalar > >

Traits of the scaled integral operator.

Template Parameters
LhsThe original integral operator
ScalarThe scalar type

Definition at line 299 of file integral_operator_expression.hpp.


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