ROL
Static Public Member Functions | List of all members
ROL::DynamicObjectiveCheck< Real > Struct Template Reference

#include <ROL_DynamicObjectiveCheck.hpp>

Static Public Member Functions

static void check (DynamicObjective< Real > &obj, ValidateFunction< Real > &validator, const Vector< Real > &uo, const Vector< Real > &un, const Vector< Real > &z, const std::vector< std::string > &methods)
 
static void check (DynamicObjective< Real > &obj, ValidateFunction< Real > &validator, const Vector< Real > &uo, const Vector< Real > &un, const Vector< Real > &z, TimeStamp< Real > &timeStamp, const std::vector< std::string > &methods)
 
static void check (DynamicObjective_CheckInterface< Real > &obj_check, ValidateFunction< Real > &validator, const Vector< Real > &uo, const Vector< Real > &un, const Vector< Real > &z, const std::vector< std::string > &methods)
 
static void check (DynamicObjective< Real > &obj, ValidateFunction< Real > &validator, const Vector< Real > &uo, const Vector< Real > &un, const Vector< Real > &z)
 

Detailed Description

template<typename Real>
struct ROL::DynamicObjectiveCheck< Real >

Definition at line 58 of file ROL_DynamicObjectiveCheck.hpp.

Member Function Documentation

template<typename Real >
static void ROL::DynamicObjectiveCheck< Real >::check ( DynamicObjective< Real > &  obj,
ValidateFunction< Real > &  validator,
const Vector< Real > &  uo,
const Vector< Real > &  un,
const Vector< Real > &  z,
const std::vector< std::string > &  methods 
)
inlinestatic
template<typename Real >
static void ROL::DynamicObjectiveCheck< Real >::check ( DynamicObjective< Real > &  obj,
ValidateFunction< Real > &  validator,
const Vector< Real > &  uo,
const Vector< Real > &  un,
const Vector< Real > &  z,
TimeStamp< Real > &  timeStamp,
const std::vector< std::string > &  methods 
)
inlinestatic
template<typename Real >
static void ROL::DynamicObjectiveCheck< Real >::check ( DynamicObjective_CheckInterface< Real > &  obj_check,
ValidateFunction< Real > &  validator,
const Vector< Real > &  uo,
const Vector< Real > &  un,
const Vector< Real > &  z,
const std::vector< std::string > &  methods 
)
inlinestatic
template<typename Real >
static void ROL::DynamicObjectiveCheck< Real >::check ( DynamicObjective< Real > &  obj,
ValidateFunction< Real > &  validator,
const Vector< Real > &  uo,
const Vector< Real > &  un,
const Vector< Real > &  z 
)
inlinestatic

The documentation for this struct was generated from the following file: