44 #ifndef ROL_LOWER_BOUND_TO_CONSTRAINT_H
45 #define ROL_LOWER_BOUND_TO_CONSTRAINT_H
59 ROL::Ptr<Vector<Real> >
lo_;
void value(Vector< Real > &c, const Vector< Real > &x, Real &tol)
Evaluate the constraint operator at .
virtual ROL::Ptr< Vector > clone() const =0
Clone to make a new (uninitialized) vector.
virtual void axpy(const Real alpha, const Vector &x)
Compute where .
virtual void zero()
Set to zero vector.
Defines the linear algebra or vector space interface.
void applyAdjointJacobian(Vector< Real > &ajv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)
Apply the adjoint of the the constraint Jacobian at , , to vector .
ROL::Ptr< Vector< Real > > lo_
LowerBoundToConstraint(BoundConstraint< Real > &bnd)
Provides the interface to apply upper and lower bound constraints.
void applyJacobian(Vector< Real > &jv, const Vector< Real > &v, const Vector< Real > &x, Real &tol)
Apply the constraint Jacobian at , , to vector .
LowerBoundToConstraint(const Vector< Real > &lo)
virtual void set(const Vector &x)
Set where .
virtual const ROL::Ptr< const Vector< Real > > getLowerBound(void) const
Return the ref count pointer to the lower bound vector.
void applyAdjointHessian(Vector< Real > &ahuv, const Vector< Real > &u, const Vector< Real > &v, const Vector< Real > &x, Real &tol)
Apply the derivative of the adjoint of the constraint Jacobian at to vector in direction ...
Defines the general constraint operator interface.
Provides an implementation for lower bound constraints.