|
ROL
|
#include "ROL_TypeE_AugmentedLagrangianAlgorithm.hpp"#include "ROL_TypeE_FletcherAlgorithm.hpp"#include "ROL_TypeE_CompositeStepAlgorithm.hpp"#include "ROL_TypeE_StabilizedLCLAlgorithm.hpp"#include "ROL_Types.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ROL |
| namespace | ROL::TypeE |
Functions | |
| std::string | ROL::TypeE::EAlgorithmEToString (EAlgorithmE alg) |
| int | ROL::TypeE::isValidAlgorithmE (EAlgorithmE alg) |
| Verifies validity of a AlgorithmE enum. | |
| EAlgorithmE & | ROL::TypeE::operator++ (EAlgorithmE &type) |
| EAlgorithmE | ROL::TypeE::operator++ (EAlgorithmE &type, int) |
| EAlgorithmE & | ROL::TypeE::operator-- (EAlgorithmE &type) |
| EAlgorithmE | ROL::TypeE::operator-- (EAlgorithmE &type, int) |
| EAlgorithmE | ROL::TypeE::StringToEAlgorithmE (std::string s) |
| template<typename Real > | |
| Ptr< TypeE::Algorithm< Real > > | ROL::TypeE::AlgorithmFactory (ParameterList &parlist, const Ptr< Secant< Real > > &secant=nullPtr) |