|
ROL
|
#include <type_traits>#include "ROL_Constraint_SimOpt.hpp"#include "ROL_DynamicConstraint.hpp"#include "ROL_SerialFunction.hpp"Go to the source code of this file.
Classes | |
| class | ROL::SerialConstraint< Real > |
| Evaluates ROL::DynamicConstraint over a sequential set of time intervals. More... | |
Namespaces | |
| ROL | |
Macros | |
| #define | ROL_SERIALCONSTRAINT_HPP |
Functions | |
| template<typename DynCon , typename Real , typename P = Ptr<SerialConstraint<Real>>> | |
| std::enable_if < std::is_base_of < DynamicConstraint< Real > , DynCon >::value, P >::type | ROL::make_SerialConstraint (const Ptr< DynCon > &con, const Vector< Real > &u_initial, const TimeStampsPtr< Real > timeStampsPtr) |
| #define ROL_SERIALCONSTRAINT_HPP |
Definition at line 12 of file ROL_SerialConstraint.hpp.
1.8.5