Ipopt Documentation  
 
Loading...
Searching...
No Matches
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

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