v2DM-DOCI  1.0
func Class Referenceabstract
+ Inheritance diagram for func:

Public Member Functions

virtual double operator() (double t) const =0
 
virtual double gradient (double t) const =0
 
virtual double hessian (double t) const =0
 
virtual double graddivhessian (double t) const =0
 

Detailed Description

Definition at line 33 of file scan_function.cpp.

Member Function Documentation

virtual double func::graddivhessian ( double  t) const
pure virtual

Implemented in Efunc2, and Efunc.

+ Here is the caller graph for this function:

virtual double func::gradient ( double  t) const
pure virtual

Implemented in Efunc2, and Efunc.

virtual double func::hessian ( double  t) const
pure virtual

Implemented in Efunc2, and Efunc.

+ Here is the caller graph for this function:

virtual double func::operator() ( double  t) const
pure virtual

Implemented in Efunc2, and Efunc.


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