ScalarDenseSquareNlpSolver ========================== (class from :py:mod:`pyomo.contrib.pynumero.algorithms.solvers.square_solver_base`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.algorithms.solvers.square_solver_base import * try: from pyomo.contrib.pynumero.algorithms.solvers.square_solver_base import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.algorithms.solvers.square_solver_base .. autoclass:: pyomo.contrib.pynumero.algorithms.solvers.square_solver_base::ScalarDenseSquareNlpSolver :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ScalarDenseSquareNlpSolver.__init__ ~ScalarDenseSquareNlpSolver.evaluate_function ~ScalarDenseSquareNlpSolver.evaluate_jacobian ~ScalarDenseSquareNlpSolver.solve .. rubric:: Attributes .. autosummary:: ~ScalarDenseSquareNlpSolver.OPTIONS .. rubric:: Member Documentation