Hello everyone,<div><br></div><div>This might be a basic question.</div><div>Let y=f(x, <i>extra_arguments</i>) be the function I want to differentiate, being y of length m and x of size n.</div><div>The expression for the Jacobian matrix, once the tape has been appropriately generated, is: returnValue = jacobian(tag, m, n, x, DyDx);</div>
<div>Assume the <i>extra_arguments </i>are extra passive arguments that take part in the computation of y but which don&#39;t belong to the vector of independent variables x. Provided the value of the <i>extra_arguments</i> has changed and I want to re-evaluate the Jacobian matrix, how am I supposed to provide them to the Jacobian driver?</div>
<div>Thanks a lot.</div><div><br></div><div>Regards,</div><div>Alfonso</div>