Go to the source code of this file.
◆ NPY_NO_DEPRECATED_API
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
◆ CUSPS_PER_LOOP
#define CUSPS_PER_LOOP 1.0 /* c */ |
◆ LOOP_RAD_POWER
#define LOOP_RAD_POWER 50.0 /* Gamma */ |
◆ H0
◆ cs_gamma_finddRdz()
static PyObject * cs_gamma_finddRdz |
( |
PyObject * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ cs_gamma_findzofA()
static PyObject * cs_gamma_findzofA |
( |
PyObject * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ nu()
static double nu |
( |
double |
Gmu, |
|
|
double |
Gamma, |
|
|
double |
A, |
|
|
double |
z, |
|
|
double |
phit, |
|
|
double |
phiA, |
|
|
const char * |
model |
|
) |
| |
|
static |
◆ cs_gamma_finddRdzdA()
static PyObject * cs_gamma_finddRdzdA |
( |
PyObject * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ PyInit_cs_gamma()
PyMODINIT_FUNC PyInit_cs_gamma |
( |
void |
| ) |
|
◆ cs_gammaMethods
PyMethodDef cs_gammaMethods[] |
|
static |
Initial value:= {
"Function to find z(A). From cs_gamma.c; modified to be called from Python."},
"Function to find dR/dz. From cs_gamma.c; modified to be called from Python."},
"Function to find d^2R/dzdA. From cs_gammaLargeLoops.c; modified to be called from Python."},
{NULL, NULL, 0, NULL}
}
static PyObject * cs_gamma_finddRdzdA(PyObject *self, PyObject *args)
static PyObject * cs_gamma_finddRdz(PyObject *self, PyObject *args)
static PyObject * cs_gamma_findzofA(PyObject *self, PyObject *args)
Definition at line 388 of file cs_gamma.c.