Replies: 1 comment
-
Using dual or real, for m functions in n variables, the m functions need to be evaluated n times, once for each seeded variable. Thus, theoretically, O(m*n). In practice, however, there are problems in which not all functions depend on all variables. In such cases, it's possible to avoid function re-evaluations. This optimization is problem-dependent and has to be done manually by the user. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the time-complexity of Jacobian computation for mx1 vector and nx1 variables. Is it O(m*n)?
Beta Was this translation helpful? Give feedback.
All reactions