You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official CUTEst MATLAB interface has the sparse routines:
Tool CUTEst function Purpose
--------------------------------------------------------------------------
sobj uofg / cofsg Evaluate objective function value
and its sparse gradient if requested
sgrad ugr / cisgr Evaluate objective function or
constraint gradient as a sparse vector
These are the sparse equivalents of our existing obj and grad routines.
The official CUTEst MATLAB interface has the sparse routines:
These are the sparse equivalents of our existing
obj
andgrad
routines.We should probably implement these in a similar way as done there:
https://github.com/ralna/CUTEst/blob/master/src/matlab/mcutest.c
The text was updated successfully, but these errors were encountered: