OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
gsl_function Struct Reference

Function wrapper used by integration routines. More...

#include <GSLIntegration.h>

Collaboration diagram for gsl_function:
Collaboration graph

Public Attributes

double(* function )(double x, void *params)
 
void * params
 

Detailed Description

Function wrapper used by integration routines.

See also
https://www.gnu.org/software/gsl/doc/html/roots.html
Parameters
functionInput: callback \(f(x,\mathrm{params})\).
paramsInput: opaque parameters passed to function.

Definition at line 67 of file GSLIntegration.h.

Member Data Documentation

◆ function

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().

◆ params

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().


The documentation for this struct was generated from the following file: