30#if !defined(_LEBEDEV_LAIKOV_H_)
31#define _LEBEDEV_LAIKOV_H_ 1
43#if defined(__cplusplus)
79#if defined(__cplusplus)
ergo_real real
Definition: test.cc:46
int ll_sphere(int N, real *X, real *Y, real *Z, real *W)
ll_sphere fills in arrays X, Y, Z and W with the cartesian coordinates and weights of the grid points...
Definition: lebedev_laikov.cc:317
int ll_order(int npoint)
ll_order returns order of the smallest angular grid that has at least that many grid points as specif...
Definition: lebedev_laikov.cc:118
ergo_real real
Definition: lebedev_laikov.h:41
int ll_npoint(int lvalue)
ll_npoint returns number of angular grid points for given L-angular polynomial integration accuracy.
Definition: lebedev_laikov.cc:51
Definition of the main floating-point datatype used; the ergo_real type.
double ergo_real
Definition: realtype.h:69