ROL
Classes | Namespaces | Macros | Functions
ROL_SerialConstraint.hpp File Reference
#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)
 

Macro Definition Documentation

#define ROL_SERIALCONSTRAINT_HPP

Definition at line 46 of file ROL_SerialConstraint.hpp.