Enable evaluation of multiple inputs at once on a single polynomial #31
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
At the moment, I have to evaluate the polynomial one at a time through this library. It is not possible to give multiple inputs at once through a 2D numpy array, and get multiple outputs in return.
Could this perhaps be more easily possible through the numba backend?
The text was updated successfully, but these errors were encountered: