#include "IpUtils.hpp"
#include "IpSymMatrix.hpp"
#include "IpAlgStrategy.hpp"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
Classes | |
class | SymLinearSolver |
Base class for all derived symmetric linear solvers. More... | |
Enumerations | |
enum | ESymSolverStatus { SYMSOLVER_SUCCESS, SYMSOLVER_SINGULAR, SYMSOLVER_WRONG_INERTIA, SYMSOLVER_CALL_AGAIN, SYMSOLVER_FATAL_ERROR } |
Enum to report outcome of a linear solve. More... |