ivan-pi / libdogleg-f

Fortran bindings to libdogleg - a large-scale nonlinear least-squares optimization library
GNU Lesser General Public License v3.0
5 stars 0 forks source link

Add support for retrieval and handling of solver context #2

Open ivan-pi opened 2 years ago

ivan-pi commented 2 years ago

The return Context is handled as an opaque C pointer. To actually access it's data members we need to write some C functions.

This is only for advanced users, who may want to analyze the Jacobian factorization.