#include <func.h>
Class diagram for func::single_dimension:

Public Members | |||
![]() | ![]() | virtual double | operator() ( const double x ) const = 0 |
![]() | ![]() | Calculate the function for a given argument. More... | |
Definition at line 47 of file func.h.
virtual double func::single_dimension::operator() (const double) const [pure virtual]
|
Calculate the function for a given argument.
| x | the argument for which the function is to be calculated |
Reimplemented in curve_distance2, func::projection, test::cos_func, test::fabs_func, test::minussqr, test::one, and test::sqr.
1.0.0 written by Dimitri van Heesch,
© 1997-1999