Go to the source code of this file.
Classes | |
class | Ipopt::SymLinearSolver |
Base class for all derived symmetric linear solvers. More... | |
Namespaces | |
namespace | Ipopt |
This file contains a base class for all exceptions and a set of macros to help with exceptions. | |
Enumerations | |
enum | Ipopt::ESymSolverStatus { Ipopt::SYMSOLVER_SUCCESS , Ipopt::SYMSOLVER_SINGULAR , Ipopt::SYMSOLVER_WRONG_INERTIA , Ipopt::SYMSOLVER_CALL_AGAIN , Ipopt::SYMSOLVER_FATAL_ERROR } |
Enum to report outcome of a linear solve. More... | |