|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Workspace for adaptive integration routines. More...
#include <GSLIntegration.h>

Public Member Functions | |
| gsl_integration_workspace () | |
Public Attributes | |
| size_t | limit |
| std::vector< double > | alist |
| std::vector< double > | blist |
| std::vector< double > | rlist |
| std::vector< double > | elist |
| std::vector< size_t > | order |
| size_t | size |
| size_t | nrmax |
| size_t | i |
| size_t | maximum_level |
Workspace for adaptive integration routines.
Definition at line 28 of file GSLIntegration.h.
|
inline |
Definition at line 40 of file GSLIntegration.h.
| std::vector<double> gsl_integration_workspace::alist |
Definition at line 30 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| std::vector<double> gsl_integration_workspace::blist |
Definition at line 31 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| std::vector<double> gsl_integration_workspace::elist |
Definition at line 33 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| size_t gsl_integration_workspace::i |
Definition at line 37 of file GSLIntegration.h.
| size_t gsl_integration_workspace::limit |
Definition at line 29 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| size_t gsl_integration_workspace::maximum_level |
Definition at line 38 of file GSLIntegration.h.
| size_t gsl_integration_workspace::nrmax |
Definition at line 36 of file GSLIntegration.h.
| std::vector<size_t> gsl_integration_workspace::order |
Definition at line 34 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| std::vector<double> gsl_integration_workspace::rlist |
Definition at line 32 of file GSLIntegration.h.
Referenced by gsl_integration_workspace_alloc().
| size_t gsl_integration_workspace::size |
Definition at line 35 of file GSLIntegration.h.