|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "nf_Legendre.h"Go to the source code of this file.
Classes | |
| struct | nf_Legendre_GaussianQuadrature_degree |
Macros | |
| #define | n_3 3 |
| #define | n_4 4 |
| #define | n_5 5 |
| #define | n_10 10 |
| #define | n_20 20 |
| #define | n_40 40 |
| #define | nSets 6 |
Functions | |
| nfu_status | nf_Legendre_GaussianQuadrature (int degree, double x1, double x2, nf_Legendre_GaussianQuadrature_callback func, void *argList, double *integral) |
| #define n_10 10 |
Definition at line 33 of file nf_Legendre_GaussianQuadrature.cc.
| #define n_20 20 |
Definition at line 37 of file nf_Legendre_GaussianQuadrature.cc.
| #define n_3 3 |
Definition at line 21 of file nf_Legendre_GaussianQuadrature.cc.
| #define n_4 4 |
Definition at line 25 of file nf_Legendre_GaussianQuadrature.cc.
| #define n_40 40 |
Definition at line 45 of file nf_Legendre_GaussianQuadrature.cc.
| #define n_5 5 |
Definition at line 29 of file nf_Legendre_GaussianQuadrature.cc.
| #define nSets 6 |
Definition at line 57 of file nf_Legendre_GaussianQuadrature.cc.
Referenced by nf_Legendre_GaussianQuadrature().
| nfu_status nf_Legendre_GaussianQuadrature | ( | int | degree, |
| double | x1, | ||
| double | x2, | ||
| nf_Legendre_GaussianQuadrature_callback | func, | ||
| void * | argList, | ||
| double * | integral ) |
Definition at line 63 of file nf_Legendre_GaussianQuadrature.cc.
Referenced by nf_Legendre_from_ptwXY().