![]() |
Tesseroids 1.0: User Manual and API Documentation |
Store the nodes and weights needed for a GLQ integration. More...
#include <glq.h>
Data Fields | |
int | order |
order of the quadrature, ie number of nodes | |
double * | nodes |
abscissas or discretization points of the quadrature | |
double * | weights |
weighting coefficients of the quadrature | |
double * | nodes_unscaled |
nodes in [-1,1] interval |
Store the nodes and weights needed for a GLQ integration.