Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions | Protected Member Functions | Protected Attributes
funct_fptr Class Reference

Function pointer to a function.

#include <funct.h>

Inheritance diagram for funct_fptr:
funct

Detailed Description

Definition at line 61 of file funct.h.

Public Member Functions

 funct_fptr (double(*fp)(double))
 Specify the function pointer.
virtual double operator() (double x)
 Compute the function at point x, with result y.

Protected Member Functions

 funct_fptr (const funct_fptr &f)
 Copy constructor.
funct_fptroperator= (const funct_fptr &f)
 Copy constructor.

Protected Attributes

double(* fptr )(double x)
 Function pointer.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.