|
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 | |
| ROL | |
| ROL::TypeE | |
Functions | |
| std::string | ROL::TypeE::EAlgorithmEToString (EAlgorithmE alg) |
| int | ROL::TypeE::isValidAlgorithmE (EAlgorithmE alg) |
| Verifies validity of a AlgorithmE enum. More... | |
| 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) |
1.8.14