specialisation of NiHu::complexity_estimator for the interval case
More...
#include <interval_estimator.hpp>
|
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) |
| evaluate estimation More...
|
|
template<class Interval>
class NiHu::interval_estimator< Interval >
specialisation of NiHu::complexity_estimator for the interval case
- Template Parameters
-
Interval | the intervals to use for the estimation |
Definition at line 38 of file interval_estimator.hpp.
◆ eval()
template<class Interval >
template<class test_field_t , class trial_field_t >
evaluate estimation
- 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 estimated complexity
Definition at line 52 of file interval_estimator.hpp.
The documentation for this class was generated from the following file: