| 533 | |
| 534 | |
| 535 | DataTable sample(const Function &func, std::vector<std::vector<double>> &points) { |
| 536 | return sample(&func, points); |
| 537 | } |
| 538 | |
| 539 | DataTable sample(const Function *func, std::vector<std::vector<double>> &points) |
| 540 | { |
no test coverage detected