44#ifndef ROL_PROXOBJECTIVE_HPP
45#define ROL_PROXOBJECTIVE_HPP
51template<
typename Real>
Provides the interface to evaluate objective functions.
virtual void prox(Vector< Real > &x, Real gamma)=0
Defines the linear algebra or vector space interface.