Replies: 2 comments
-
Perhaps the function Ode_dep in the example below is a help. For such a large case you probably want a sparse Jacobian, while the example above computes a dense one. See Does this answer your question ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bradbell Thank you for your recommendation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear All,
I am trying to build the Jacobian matrix for my ODE question, like dy/dt=f(t,y). I have programmed the C++ code for the ODE functions. And I want to build one Jacobian matrix of df/dy for the ODE solver. I know I can create the hand code of df/dy by myself, but it is not effective. So I want to know whether the CppAD software can help me to build this Jacobian matrix? The size of this matrix is around 3000*3000. Thank you,
Beta Was this translation helpful? Give feedback.
All reactions