You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a convenient way to fully specialize a SecondOrderODEProblem for best performance in benchmarks? It seems that the constructor for SecondOrderODEProblem does not allow for specifying SecondOrderODEProblem{true,SciMLBase.FullSpecialize}, which is what I would do for standard ODEProblems.
The text was updated successfully, but these errors were encountered:
Could it be that DynamicalODEFunction uses FullSpecialize by default anyways? I just started implementing a way to specify the specialization for SecondOrderODEFunction, but then saw this:
Is there a convenient way to fully specialize a
SecondOrderODEProblem
for best performance in benchmarks? It seems that the constructor forSecondOrderODEProblem
does not allow for specifyingSecondOrderODEProblem{true,SciMLBase.FullSpecialize}
, which is what I would do for standardODEProblem
s.The text was updated successfully, but these errors were encountered: