Get the fields of the internal data for uncprb_lsqrsolvefun.
[funeval,Jeval] = uncprb_lsqrsolveget()
a 1-by-1 matrix of doubles, integer value, the number of function evaluations since the previous call to uncprb_optiminit()
a 1-by-1 matrix of doubles, integer value, the number of Jacobian evaluations since the previous call to uncprb_optiminit()
Get the internal data structure used by uncprb_lsqrsolve and uncprb_lsqrsolvejac.
The values returned by the uncprb_optimget function depends on the number of calls to the uncprb_lsqrsolvefun and uncprb_lsqrsolvejac function.
When the uncprb_lsqrsolvefun function is called, then funeval is increased.
When the uncprb_lsqrsolvejac function is called, then Jeval is increased.