![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Function pointer to a function with a parameter.
#include <funct.h>
Public Member Functions | |
funct_fptr_param (double(*fp)(double, param_t &), param_t &pa) | |
Specify the function pointer. | |
virtual double | operator() (double x) |
Compute the function at point x , with result y . | |
Protected Member Functions | |
funct_fptr_param (const funct_fptr_param &f) | |
Copy constructor. | |
funct_fptr_param & | operator= (const funct_fptr_param &f) |
Copy constructor. | |
Protected Attributes | |
double(* | fptr )(double x, param_t &pa) |
The function pointer. | |
param_t * | pp |
The parameter. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).