Go to the documentation of this file.
30 #if !defined(_LEBEDEV_LAIKOV_H_)
31 #define _LEBEDEV_LAIKOV_H_ 1
43 #if defined(__cplusplus)
79 #if defined(__cplusplus)
Treal template_blas_sqrt(Treal x)
Definition of the main floating-point datatype used; the ergo_real type.
double ergo_real
Definition: realtype.h:69
ergo_real real
Definition: lebedev_laikov.h:41
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
static int ll_Oh(int n, real a, real b, real v, real *x, real *y, real *z, real *w)
Definition: lebedev_laikov.cc:166
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
int main(int argc, char *argv[])
Definition: bin2m.cc:45
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
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
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