NiHu
2.0
|
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 |
Traits of the source concatenated integral operator.
Lhs | The first original operator |
Rhs | The second original operator |
Definition at line 360 of file integral_operator_expression.hpp.