ROL
|
#include "ROL_Types.hpp"
#include "ROL_Step.hpp"
#include "ROL_LineSearch.hpp"
#include "ROL_GradientStep.hpp"
#include "ROL_NonlinearCGStep.hpp"
#include "ROL_SecantStep.hpp"
#include "ROL_NewtonStep.hpp"
#include "ROL_NewtonKrylovStep.hpp"
#include "ROL_ProjectedSecantStep.hpp"
#include "ROL_ProjectedNewtonStep.hpp"
#include "ROL_ProjectedNewtonKrylovStep.hpp"
#include <sstream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | ROL::LineSearchStep< Real > |
Provides the interface to compute optimization steps with line search. More... | |
Namespaces | |
ROL | |