snopt / snopt-interface

C/C++ API for SNOPT7
MIT License
27 stars 12 forks source link

snJac not in the c interface. #9

Closed darioizzo closed 7 years ago

darioizzo commented 7 years ago

The routine snJac, to estimate the sparisty and the linear part of the problem, seems not to be available from the C interface. Am I missing something?

gnowzil commented 7 years ago

That is an oversight on my part. Will add it asap.

darioizzo commented 7 years ago

oh, thanks!

gnowzil commented 7 years ago

snJac should be there now. toyA in cexamples has been updated to call it.