MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
MoochoPack::TangentialStepIP_Step Class Reference

Null Space Step for Interior Point algorithm. More...

#include <MoochoPack_TangentialStepIP_Step.hpp>

Inheritance diagram for MoochoPack::TangentialStepIP_Step:
Inheritance graph
[legend]

Overridden from AlgorithmStep

bool do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
 
void print_step (const IterationPack::Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const
 Called by Algorithm::print_algorithm() to print out what this step does in Matlab like format. More...
 

Additional Inherited Members

- Public Types inherited from IterationPack::AlgorithmStep
typedef size_t poss_type
 
- Public Member Functions inherited from IterationPack::AlgorithmStep
virtual ~AlgorithmStep ()
 
virtual void initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just before the algorithm is run. More...
 
virtual void inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm to inform when a runtime configuration change is finihed. More...
 
virtual void finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just after an algorithm is terminiated. More...
 

Detailed Description

Null Space Step for Interior Point algorithm.

This class calculates the step pz (and Zpz)

Definition at line 56 of file MoochoPack_TangentialStepIP_Step.hpp.

Member Function Documentation

bool MoochoPack::TangentialStepIP_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual

Implements IterationPack::AlgorithmStep.

Definition at line 65 of file MoochoPack_TangentialStepIP_Step.cpp.

void MoochoPack::TangentialStepIP_Step::print_step ( const IterationPack::Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss,
std::ostream &  out,
const std::string &  leading_str 
) const
virtual

Called by Algorithm::print_algorithm() to print out what this step does in Matlab like format.

The default does nothing.

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 200 of file MoochoPack_TangentialStepIP_Step.cpp.


The documentation for this class was generated from the following files: