| 17 | |
| 18 | |
| 19 | double LNLIB_POLY_bernstein(int index, int degree, double param_t) |
| 20 | { |
| 21 | return LNLib::Polynomials::Bernstein(index, degree, param_t); |
| 22 | } |
| 23 | |
| 24 | void LNLIB_POLY_all_bernstein(int degree, double param_t, double* out_array) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected