|
ROL
|
#include "ROL_TypeP_ProxGradientAlgorithm.hpp"#include "ROL_TypeP_SpectralGradientAlgorithm.hpp"#include "ROL_TypeP_iPianoAlgorithm.hpp"#include "ROL_TypeP_QuasiNewtonAlgorithm.hpp"#include "ROL_TypeP_TrustRegionAlgorithm.hpp"#include "ROL_TypeP_InexactNewtonAlgorithm.hpp"#include "ROL_Types.hpp"Go to the source code of this file.
Namespaces | |
| namespace | ROL |
| namespace | ROL::TypeP |
Functions | |
| std::string | ROL::TypeP::EAlgorithmPToString (EAlgorithmP alg) |
| int | ROL::TypeP::isValidAlgorithmP (EAlgorithmP alg) |
| Verifies validity of a AlgorithmP enum. | |
| EAlgorithmP & | ROL::TypeP::operator++ (EAlgorithmP &type) |
| EAlgorithmP | ROL::TypeP::operator++ (EAlgorithmP &type, int) |
| EAlgorithmP & | ROL::TypeP::operator-- (EAlgorithmP &type) |
| EAlgorithmP | ROL::TypeP::operator-- (EAlgorithmP &type, int) |
| EAlgorithmP | ROL::TypeP::StringToEAlgorithmP (std::string s) |
| template<typename Real > | |
| Ptr< Algorithm< Real > > | ROL::TypeP::AlgorithmFactory (ParameterList &parlist, const Ptr< Secant< Real > > &secant=nullPtr) |