|
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...
|
|
template<class Estim1, class Estim2>
struct NiHu::merge_kernel_complexity_estimators< Estim1, Estim2 >::type
Definition at line 102 of file complexity_estimator.hpp.
◆ eval()
template<class Estim1 , class Estim2 >
template<class test_field_t , class trial_field_t >
compute complexity of merged estimators
- Template Parameters
-
test_field_t | the test field type |
trial_field_t | the trial field type |
- Parameters
-
[in] | test_field | the test field instance |
[in] | trial_field | the 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: