| 288 | } |
| 289 | |
| 290 | function_evaluation py_function_evaluation( |
| 291 | const py::list& x, |
| 292 | double y |
| 293 | ) |
| 294 | { |
| 295 | return function_evaluation(list_to_mat(x), y); |
| 296 | } |
| 297 | |
| 298 | // ---------------------------------------------------------------------------------------- |
| 299 |
nothing calls this directly
no test coverage detected