ROL
ROL::details::DynamicObjective_CheckInterface< Real > Class Template Reference

#include <ROL_DynamicObjective_CheckInterface.hpp>

Public Member Functions

 DynamicObjective_CheckInterface (Obj &obj)
 DynamicObjective_CheckInterface (Obj &obj, TimeStamp< Real > &ts)
f_update_t< Real > update_uo (const V &un, const V &z)
f_update_t< Real > update_un (const V &uo, const V &z)
f_update_t< Real > update_z (const V &uo, const V &un)
f_scalar_t< Real > value_uo (const V &un, const V &z)
f_scalar_t< Real > value_un (const V &uo, const V &z)
f_scalar_t< Real > value_z (const V &uo, const V &un)
f_vector_t< Real > gradient_uo (const V &un, const V &z)
f_vector_t< Real > gradient_un (const V &uo, const V &z)
f_vector_t< Real > gradient_z (const V &uo, const V &un)
f_vector_t< Real > gradient_uo_uo (const V &un, const V &z)
f_vector_t< Real > gradient_uo_un (const V &uo, const V &z)
f_vector_t< Real > gradient_uo_z (const V &uo, const V &un)
f_vector_t< Real > gradient_un_uo (const V &un, const V &z)
f_vector_t< Real > gradient_un_un (const V &uo, const V &z)
f_vector_t< Real > gradient_un_z (const V &uo, const V &un)
f_vector_t< Real > gradient_z_uo (const V &un, const V &z)
f_vector_t< Real > gradient_z_un (const V &uo, const V &z)
f_vector_t< Real > gradient_z_z (const V &uo, const V &un)
f_dderiv_t< Real > hessVec_uo_uo (const V &un, const V &z)
f_dderiv_t< Real > hessVec_uo_un (const V &uo, const V &z)
f_dderiv_t< Real > hessVec_uo_z (const V &uo, const V &un)
f_dderiv_t< Real > hessVec_un_uo (const V &un, const V &z)
f_dderiv_t< Real > hessVec_un_un (const V &uo, const V &z)
f_dderiv_t< Real > hessVec_un_z (const V &uo, const V &un)
f_dderiv_t< Real > hessVec_z_uo (const V &un, const V &z)
f_dderiv_t< Real > hessVec_z_un (const V &uo, const V &z)
f_dderiv_t< Real > hessVec_z_z (const V &uo, const V &un)

Private Types

using V = Vector<Real>
using Obj = DynamicObjective<Real>

Private Attributes

Objobj_
Real tol_
TimeStamp< Real > ts_

Detailed Description

template<typename Real>
class ROL::details::DynamicObjective_CheckInterface< Real >

Definition at line 26 of file ROL_DynamicObjective_CheckInterface.hpp.

Member Typedef Documentation

◆ V

template<typename Real>
using ROL::details::DynamicObjective_CheckInterface< Real >::V = Vector<Real>
private

Definition at line 29 of file ROL_DynamicObjective_CheckInterface.hpp.

◆ Obj

template<typename Real>
using ROL::details::DynamicObjective_CheckInterface< Real >::Obj = DynamicObjective<Real>
private

Definition at line 30 of file ROL_DynamicObjective_CheckInterface.hpp.

Constructor & Destructor Documentation

◆ DynamicObjective_CheckInterface() [1/2]

template<typename Real>
ROL::details::DynamicObjective_CheckInterface< Real >::DynamicObjective_CheckInterface ( Obj & obj)
inline

Definition at line 38 of file ROL_DynamicObjective_CheckInterface.hpp.

References obj_, and ts_.

◆ DynamicObjective_CheckInterface() [2/2]

template<typename Real>
ROL::details::DynamicObjective_CheckInterface< Real >::DynamicObjective_CheckInterface ( Obj & obj,
TimeStamp< Real > & ts )
inline

Definition at line 45 of file ROL_DynamicObjective_CheckInterface.hpp.

References obj_, and ts_.

Member Function Documentation

◆ update_uo()

template<typename Real>
f_update_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::update_uo ( const V & un,
const V & z )
inline

◆ update_un()

template<typename Real>
f_update_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::update_un ( const V & uo,
const V & z )
inline

◆ update_z()

template<typename Real>
f_update_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::update_z ( const V & uo,
const V & un )
inline

◆ value_uo()

template<typename Real>
f_scalar_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::value_uo ( const V & un,
const V & z )
inline

◆ value_un()

template<typename Real>
f_scalar_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::value_un ( const V & uo,
const V & z )
inline

◆ value_z()

template<typename Real>
f_scalar_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::value_z ( const V & uo,
const V & un )
inline

◆ gradient_uo()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_uo ( const V & un,
const V & z )
inline

◆ gradient_un()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_un ( const V & uo,
const V & z )
inline

◆ gradient_z()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_z ( const V & uo,
const V & un )
inline

◆ gradient_uo_uo()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_uo_uo ( const V & un,
const V & z )
inline

◆ gradient_uo_un()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_uo_un ( const V & uo,
const V & z )
inline

◆ gradient_uo_z()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_uo_z ( const V & uo,
const V & un )
inline

◆ gradient_un_uo()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_un_uo ( const V & un,
const V & z )
inline

◆ gradient_un_un()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_un_un ( const V & uo,
const V & z )
inline

◆ gradient_un_z()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_un_z ( const V & uo,
const V & un )
inline

◆ gradient_z_uo()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_z_uo ( const V & un,
const V & z )
inline

◆ gradient_z_un()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_z_un ( const V & uo,
const V & z )
inline

◆ gradient_z_z()

template<typename Real>
f_vector_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::gradient_z_z ( const V & uo,
const V & un )
inline

◆ hessVec_uo_uo()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_uo_uo ( const V & un,
const V & z )
inline

◆ hessVec_uo_un()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_uo_un ( const V & uo,
const V & z )
inline

◆ hessVec_uo_z()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_uo_z ( const V & uo,
const V & un )
inline

◆ hessVec_un_uo()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_un_uo ( const V & un,
const V & z )
inline

◆ hessVec_un_un()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_un_un ( const V & uo,
const V & z )
inline

◆ hessVec_un_z()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_un_z ( const V & uo,
const V & un )
inline

◆ hessVec_z_uo()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_z_uo ( const V & un,
const V & z )
inline

◆ hessVec_z_un()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_z_un ( const V & uo,
const V & z )
inline

◆ hessVec_z_z()

template<typename Real>
f_dderiv_t< Real > ROL::details::DynamicObjective_CheckInterface< Real >::hessVec_z_z ( const V & uo,
const V & un )
inline

Member Data Documentation

◆ obj_

◆ tol_

template<typename Real>
Real ROL::details::DynamicObjective_CheckInterface< Real >::tol_
private

Definition at line 33 of file ROL_DynamicObjective_CheckInterface.hpp.

◆ ts_


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