| 289 | } |
| 290 | |
| 291 | taxonomy::item::ptr function_item_evaluator::evaluate() const { |
| 292 | return evaluate(evaluation_points()); |
| 293 | } |
| 294 | |
| 295 | taxonomy::item::ptr function_item_evaluator::evaluate(double ustart, double uend, unsigned nsteps) const { |
| 296 | return evaluate(evaluation_points(ustart, uend, nsteps)); |
no test coverage detected