HMLP: High-performance Machine Learning Primitives
hmlp::VirtualFunction< T > Class Template Referenceabstract
Inheritance diagram for hmlp::VirtualFunction< T >:
hmlp::FunctionBase< PARAM, T >

Public Member Functions

virtual T F (T x)=0
 
virtual T dF (T x)=0
 
virtual std::pair< T, T > FdF (T x)=0
 

Member Function Documentation

template<typename T >
virtual std::pair<T, T> hmlp::VirtualFunction< T >::FdF ( x)
pure virtual

return Fx and dFx

Implemented in hmlp::FunctionBase< PARAM, T >.


The documentation for this class was generated from the following file: