When the solver returns RCI_Request = 2 to calculate the Jacobian, can I assume that x has not changed since the previous calculation of the function value?
It would be a great performance boost if I could because my calculations of function value and jacobian are not seperable and I could just use my stored jacobian.