10 #ifndef ROL_AFFINE_TRANSFORM_OBJECTIVE_H
11 #define ROL_AFFINE_TRANSFORM_OBJECTIVE_H
27 template<
typename Real>
30 const Ptr<Objective<Real>>
obj_;
31 const Ptr<Constraint<Real>>
acon_;
57 void setParameter(
const std::vector<Real> ¶m)
override;
68 #endif // ROL_AFFINE_TRANSFORM_OBJECTIVE_H
Provides the interface to evaluate objective functions.
Defines the general affine constraint with the form .
Defines the linear algebra or vector space interface.
Provides the interface to apply a linear operator.
Defines the general constraint operator interface.