ROL
|
#include <type_traits>
#include "ROL_Objective_SimOpt.hpp"
#include "ROL_DynamicObjective.hpp"
#include "ROL_SerialFunction.hpp"
Go to the source code of this file.
Classes | |
class | ROL::SerialObjective< Real > |
Evaluates ROL::DynamicObjective over a sequential set of time intervals. More... | |
Namespaces | |
ROL | |
Macros | |
#define | ROL_SERIALOBJECTIVE_HPP |
Functions | |
template<typename DynObj , typename Real , typename P = Ptr<SerialObjective<Real>>> | |
std::enable_if < std::is_base_of < DynamicObjective< Real > , DynObj >::value, P >::type | ROL::make_SerialObjective (const Ptr< DynObj > &obj, const Vector< Real > &u_initial, const TimeStampsPtr< Real > timeStampsPtr) |
#define ROL_SERIALOBJECTIVE_HPP |
Definition at line 12 of file ROL_SerialObjective.hpp.