isce3 icon indicating copy to clipboard operation
isce3 copied to clipboard

Consider adding support for numpy vectorize

Open piyushrpt opened this issue 3 years ago • 0 comments

A number of geometry operations could be vectorized for use with numpy arrays directly following: https://pybind11.readthedocs.io/en/stable/advanced/pycpp/numpy.html#vectorizing-functions

Looping over the arrays in python works for now but performance could be lot better if the loop happened in C++.

piyushrpt avatar Oct 04 '22 18:10 piyushrpt