MOOCHO (Single Doxygen Collection)
Version of the Day
|
#include <ostream>
#include <typeinfo>
#include <iostream>
#include <math.h>
#include "AbstractLinAlgPack_VectorAuxiliaryOps.hpp"
#include "AbstractLinAlgPack_MatrixSymDiagStd.hpp"
#include "AbstractLinAlgPack_VectorStdOps.hpp"
#include "AbstractLinAlgPack_VectorOut.hpp"
#include "NLPInterfacePack_NLPBarrier.hpp"
#include "MoochoPack_PostProcessBarrierLineSearch_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"
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 ) |
#define min | ( | a, | |
b | |||
) | ( (a < b) ? a : b ) |
Definition at line 59 of file MoochoPack_PostProcessBarrierLineSearch_Step.cpp.
#define max | ( | a, | |
b | |||
) | ( (a > b) ? a : b ) |
Definition at line 60 of file MoochoPack_PostProcessBarrierLineSearch_Step.cpp.