MA57
(class from pyomo.contrib.pynumero.linalg.ma57_interface
)
- class pyomo.contrib.pynumero.linalg.ma57_interface.MA57(cntl_options=None, icntl_options=None, work_factor=1.2, fact_factor=2, ifact_factor=2)[source]
Bases:
DirectLinearSolverInterface
- __init__(cntl_options=None, icntl_options=None, work_factor=1.2, fact_factor=2, ifact_factor=2)[source]
Methods
__init__
([cntl_options, icntl_options, ...])do_back_solve
(rhs[, raise_on_error])do_numeric_factorization
(matrix[, ...])do_symbolic_factorization
(matrix[, ...])get_cntl
(key)get_icntl
(key)get_info
(key)get_rinfo
(key)increase_memory_allocation
(factor)set_cntl
(key, value)set_icntl
(key, value)solve
(matrix, rhs[, raise_on_error])Member Documentation