Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Enumerations
IpSymLinearSolver.hpp File Reference
#include "IpUtils.hpp"
#include "IpSymMatrix.hpp"
#include "IpAlgStrategy.hpp"
#include <vector>

Go to the source code of this file.

Classes

class  Ipopt::SymLinearSolver
 Base class for all derived symmetric linear solvers. More...
 

Namespaces

 Ipopt
 

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...