Open talassio opened 4 years ago
@tyronerees while updating the Jacobian, it is also convenient to update the error list and remove error -9 which is no longer possible (n>m)
Doc also needs to be updated with:
for nlls_options
box_*
optionsoptions%save_covm
.for nlls_inform
inform%cov(:,:)
and inform%var(:)
The docs has one error in the description for the user Call-back
eval_J
Ordering of the Jacobian elements
Jacobian of the residuals is a matrix $J$ of $m$ rows and $n$ columns, each row $i$ contains the transpose of $\nabla_{x} r_i(x)$, and
The doc states that
but element $\nabla_{x_j} ri( {\bm x} {k}^{})$ should be located at
J( (i-1)*n + j)