|
ROL
|
#include "ROL_Algorithm.hpp"#include "ROL_StepFactory.hpp"#include "ROL_StatusTestFactory.hpp"#include "ROL_OptimizationProblem.hpp"#include "ROL_CombinedStatusTest.hpp"#include "ROL_Stream.hpp"Go to the source code of this file.
Classes | |
| class | ROL::OptimizationSolver< Real > |
| Provides a simplified interface for solving a wide range of optimization problems. More... | |
Namespaces | |
| namespace | ROL |
Functions | |
| template<typename Real > | |
| Ptr< OptimizationSolver< Real > > | ROL::make_OptimizationSolver (OptimizationProblem< Real > &opt, ParameterList &parlist) |
| template<typename Real > | |
| Ptr< OptimizationSolver< Real > > | ROL::make_OptimizationSolver (const Ptr< OptimizationProblem< Real > > &opt, ParameterList &parlist) |
| template<typename Real > | |
| Ptr< OptimizationSolver< Real > > | ROL::make_OptimizationSolver (OptimizationProblem< Real > &opt, const Ptr< ParameterList > &parlist) |
| template<typename Real > | |
| Ptr< OptimizationSolver< Real > > | ROL::make_OptimizationSolver (const Ptr< OptimizationProblem< Real > > &opt, const Ptr< ParameterList > &parlist) |