44#ifndef ROL_AFFINE_TRANSFORM_OBJECTIVE_H
45#define ROL_AFFINE_TRANSFORM_OBJECTIVE_H
61template<
typename Real>
64 const Ptr<Objective<Real>>
obj_;
65 const Ptr<Constraint<Real>>
acon_;
91 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.