ROL
|
#include <ROL_PositiveFunction.hpp>
Public Member Functions | |
virtual | ~PositiveFunction () |
virtual Real | evaluate (Real input, int deriv)=0 |
Definition at line 16 of file ROL_PositiveFunction.hpp.
|
inlinevirtual |
Definition at line 18 of file ROL_PositiveFunction.hpp.
|
pure virtual |
Implemented in ROL::AbsoluteValue< Real >, and ROL::PlusFunction< Real >.