Abstracting away math backend #810
timofeymukha
started this conversation in
General
Replies: 1 comment 1 reply
-
Yes this is what #710 is about, and the main showstopper is tracked in #706. However, since very few routines (if any) in the solver uses the math interface, maybe the performance impact is less severe. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to abstract away the backed for
math
in the same way we do other stuff? I.e. instead of forcing stuff like thishave an
add2
, which then has an if like that inside and calls the appropriate backed function. I can't see why not.Is this #710 ?
Beta Was this translation helpful? Give feedback.
All reactions