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