MA27Interface ============= (class from :py:mod:`pyomo.contrib.pynumero.linalg.ma27`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pynumero.linalg.ma27 import * try: from pyomo.contrib.pynumero.linalg.ma27 import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pynumero.linalg.ma27 .. autoclass:: pyomo.contrib.pynumero.linalg.ma27::MA27Interface :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~MA27Interface.__init__ ~MA27Interface.available ~MA27Interface.do_backsolve ~MA27Interface.do_numeric_factorization ~MA27Interface.do_symbolic_factorization ~MA27Interface.get_cntl ~MA27Interface.get_icntl ~MA27Interface.get_info ~MA27Interface.set_cntl ~MA27Interface.set_icntl .. rubric:: Member Documentation