Is there a way of using scipy c code through bindgen for direct access of every functions?

Hi, I am learning rust in place of python for data processing.
I've managed to get bindgen working quite well for controlling cameras, however now i need to process the generated matrices.

For this i use ndarray which has a lot of the tools i need, however, i'd like to use some of scipy functions. I've already rewrote "uniform_filter1d", but i don't want to have to remake the entire library :smile:

TL;DR : Is there a way of accessing scipy's C code using bindgen?

thanks

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.