# NewtonLagrange ## Options table ```{include} ../_temp/options_tables/NewtonLagrange_options_table.md ``` ## Source code ```{literalinclude} ../../../modopt/core/optimization_algorithms/newton_lagrange.py :language: python ``` ## API ```{eval-rst} .. autoclass:: modopt.NewtonLagrange :noindex: :members: check_first_derivatives, solve, print_results ```