C functions
#416
Replies: 1 comment
-
No. SciPy is already fully vectorized and the heavy lifting happens in the function evaluations. There is no benefit in moving any code to C. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
Is there any advantage in creating LowLevelCallable c functions for quadpy like in scipy integration routines? If yes can someone provide an example on how to do it? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions