quadratureBase.hh
void GaussLobattoAbscWght(double *x, double *w, const uint p, const uint j=0)
Computes and returns the integration weights and abscissas for the Gauss (Jacobi) Lobatto integration...
void JacobiZeros(double *x, int p, double alf, double bet)
Computes the zeros of the Jacobi polynomials .
void JacobiPol(const double alf, const double bet, const int maxn, const double *x, const int m, double *p)
Computes the values of the Jacobi polynomials.
void JacobiDerivatives(const double alf, const double bet, const int maxn, const double *x, const int m, const double *p, double *q)
Computes the values of the derivatives of the Jacobi polynomials.
void GaussJacobiAbscWght(double *x, double *w, const uint p)
Computes and returns the integration weights and abscissas for the Gauss Jacobi integration.
void GaussRadauAbscWght(double *x, double *w, const uint p, const uint j=0)
Computes and returns the integration weights and abscissas for the Gauss Radau Jacobi integration.