#include "basics/typedefs.hh"
Go to the source code of this file.
Namespaces | |
namespace | concepts |
Functions | |
void | concepts::JacobiPol (const double alf, const double bet, const int maxn, const double *x, const int m, double *p) |
void | concepts::JacobiDerivatives (const double alf, const double bet, const int maxn, const double *x, const int m, const double *p, double *q) |
void | concepts::JacobiZeros (double *x, int p, double alf, double bet) |
void | concepts::GaussLobattoAbscWght (double *x, double *w, const uint p, const uint j=0) |
void | concepts::GaussRadauAbscWght (double *x, double *w, const uint p, const uint j=0) |
void | concepts::GaussJacobiAbscWght (double *x, double *w, const uint p) |
1D quadrature rules
Definition in file quadratureBase.hh.