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
The explicit specification of Jacobian for DDE problems is not yet supported?
e.g., for ODEs we can provide function f(::Type{Val{:jac}},J,u,p,t)
but there is no way to specify Jacobian dependent on history function h, like f(::Type{Val{:jac}},J,u,h,p,t)
The text was updated successfully, but these errors were encountered:
The explicit specification of Jacobian for DDE problems is not yet supported?
e.g., for ODEs we can provide function
f(::Type{Val{:jac}},J,u,p,t)
but there is no way to specify Jacobian dependent on history function h, like
f(::Type{Val{:jac}},J,u,h,p,t)
The text was updated successfully, but these errors were encountered: