![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Function pointer to a function.
#include <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_fptr & | operator= (const funct_fptr &f) |
Copy constructor. | |
Protected Attributes | |
double(* | fptr )(double x) |
Function pointer. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).