It looks as though pybind11 can serve as a bridge between NumPy and Eigen: https://pybind11.readthedocs.io/en/stable/advanced/cast/eigen.html
On Sun, Jun 11, 2023 at 2:39 AM Matti Picus <[email protected]> wrote: > On 6/6/23 06:46, darshan patel wrote: > > > it seems like numpy is moving toward c++ implementation, so is there any > plan to have eigen c++ library also inline with numpy to get better > performance? > > is there any ongoing work happening around this? > > NumPy does not currently use eigen and I am not aware of any plans to do > so. > > Matti > > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
