|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Function wrapper used by integration routines. More...
#include <GSLIntegration.h>

Public Attributes | |
| double(* | function )(double x, void *params) |
| void * | params |
Function wrapper used by integration routines.
| function | Input: callback \(f(x,\mathrm{params})\). |
| params | Input: opaque parameters passed to function. |
Definition at line 67 of file GSLIntegration.h.
| double(* gsl_function::function) (double x, void *params) |
Definition at line 68 of file GSLIntegration.h.
Referenced by gsl_integration_qag(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
| void* gsl_function::params |
Definition at line 69 of file GSLIntegration.h.
Referenced by gsl_integration_qag(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().