Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
Ipopt::SimpleBacksolver Class Reference

#include <SensSimpleBacksolver.hpp>

+ Inheritance diagram for Ipopt::SimpleBacksolver:

List of all members.

Public Member Functions

 SimpleBacksolver (SmartPtr< PDSystemSolver > pd_solver)
 ~SimpleBacksolver ()
bool InitializeImpl (const OptionsList &options, const std::string &prefix)
 Implementation of the initialization method that has to be overloaded by for each derived class.
bool Solve (SmartPtr< IteratesVector > delta_lhs, SmartPtr< const IteratesVector > delta_rhs)

Private Member Functions

 SimpleBacksolver ()

Private Attributes

SmartPtr< PDSystemSolverpd_solver_
bool allow_inexact_

Detailed Description

Definition at line 18 of file SensSimpleBacksolver.hpp.


Constructor & Destructor Documentation

Definition at line 24 of file SensSimpleBacksolver.hpp.


Member Function Documentation

bool Ipopt::SimpleBacksolver::InitializeImpl ( const OptionsList options,
const std::string &  prefix 
) [virtual]

Implementation of the initialization method that has to be overloaded by for each derived class.

Implements Ipopt::AlgorithmStrategyObject.

bool Ipopt::SimpleBacksolver::Solve ( SmartPtr< IteratesVector delta_lhs,
SmartPtr< const IteratesVector delta_rhs 
) [virtual]

Implements Ipopt::SensBacksolver.


Member Data Documentation

Definition at line 37 of file SensSimpleBacksolver.hpp.

Definition at line 38 of file SensSimpleBacksolver.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines