NiHu  2.0
NiHu::merge_kernel_complexity_estimators< Estim1, Estim2 >::type Struct Reference

Static Public Member Functions

template<class test_field_t , class trial_field_t >
static unsigned eval (field_base< test_field_t > const &test_field, field_base< trial_field_t > const &trial_field)
 compute complexity of merged estimators More...
 

Detailed Description

template<class Estim1, class Estim2>
struct NiHu::merge_kernel_complexity_estimators< Estim1, Estim2 >::type

Definition at line 102 of file complexity_estimator.hpp.

Member Function Documentation

◆ eval()

template<class Estim1 , class Estim2 >
template<class test_field_t , class trial_field_t >
static unsigned NiHu::merge_kernel_complexity_estimators< Estim1, Estim2 >::type::eval ( field_base< test_field_t > const &  test_field,
field_base< trial_field_t > const &  trial_field 
)
inlinestatic

compute complexity of merged estimators

Template Parameters
test_field_tthe test field type
trial_field_tthe trial field type
Parameters
[in]test_fieldthe test field instance
[in]trial_fieldthe trial field instance
Returns
the kernel complexity

Definition at line 112 of file complexity_estimator.hpp.


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