Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Sources   Namespace Members   Compound Members   File Members  

func::single_dimension Class Reference

A function that maps one real number to another. More...

#include <func.h>

Class diagram for func::single_dimension:

test::sqr test::one test::minussqr test::fabs_func test::cos_func func::projection curve_distance2

List of all members.


Public Members

virtual double operator() ( const double x ) const = 0
Calculate the function for a given argument. More...


Detailed Description

A function that maps one real number to another.

Definition at line 47 of file func.h.


Member Function Documentation

virtual double func::single_dimension::operator() (const double) const [pure virtual]

Calculate the function for a given argument.

Parameters:
x   the argument for which the function is to be calculated
Returns:
The value of the function for argument x.

Reimplemented in curve_distance2, func::projection, test::cos_func, test::fabs_func, test::minussqr, test::one, and test::sqr.


The documentation for this class was generated from the following file:
Generated at Sun Jul 14 20:38:19 2002 for Mapper by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999