Public Member Functions | List of all members
Func1Var Class Referenceabstract

Scalar function of a single variable. More...

#include <func_1_var.hpp>

Public Member Functions

virtual double eval (double x) const =0
 Evaluates the function. More...
 
virtual ~Func1Var (void)
 virtual destructor
 

Detailed Description

Scalar function of a single variable.

Definition at line 9 of file func_1_var.hpp.

Member Function Documentation

◆ eval()

virtual double Func1Var::eval ( double  x) const
pure virtual

Evaluates the function.

Parameters
xIndependent variable
Returns
The evaluated value
Here is the caller graph for this function:

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