MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Enumerations
MoochoPack_PreProcessBarrierLineSearch_Step.cpp File Reference
#include <ostream>
#include <typeinfo>
#include <iostream>
#include <math.h>
#include "AbstractLinAlgPack_assert_print_nan_inf.hpp"
#include "AbstractLinAlgPack_VectorAuxiliaryOps.hpp"
#include "AbstractLinAlgPack_MatrixSymDiagStd.hpp"
#include "AbstractLinAlgPack_VectorOut.hpp"
#include "AbstractLinAlgPack_LinAlgOpPack.hpp"
#include "NLPInterfacePack_NLPBarrier.hpp"
#include "MoochoPack_PreProcessBarrierLineSearch_Step.hpp"
#include "MoochoPack_IpState.hpp"
#include "MoochoPack_moocho_algo_conversion.hpp"
#include "IterationPack_print_algorithm_step.hpp"
#include "Teuchos_dyn_cast.hpp"
#include "Teuchos_Assert.hpp"
Include dependency graph for MoochoPack_PreProcessBarrierLineSearch_Step.cpp:

Go to the source code of this file.

Namespaces

 MoochoPack
 

Macros

#define min(a, b)   ( (a < b) ? a : b )
 
#define max(a, b)   ( (a > b) ? a : b )
 

Enumerations

enum  local_EOptions
 

Macro Definition Documentation

#define min (   a,
 
)    ( (a < b) ? a : b )
#define max (   a,
 
)    ( (a > b) ? a : b )