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

Traits of the source concatenated integral operator. More...

#include <integral_operator_expression.hpp>

Public Types

typedef std::decay< Lhs >::type lhs_derived_t
 
typedef std::decay< Rhs >::type rhs_derived_t
 
typedef scalar< typename lhs_derived_t::result_t >::type scalar_t
 
typedef Eigen::Matrix< scalar_t, lhs_rows, lhs_cols+rhs_cols > result_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
 

Static Public Attributes

static const int lhs_cols = num_cols<typename lhs_derived_t::result_t>::value
 
static const int lhs_rows = num_rows<typename lhs_derived_t::result_t>::value
 
static const int rhs_cols = num_cols<typename rhs_derived_t::result_t>::value
 

Detailed Description

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

Traits of the source concatenated integral operator.

Template Parameters
LhsThe first original operator
RhsThe second original operator

Definition at line 360 of file integral_operator_expression.hpp.


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