template<const size_t maxnPt, const size_t nPt, const size_t nY>
struct DAS::Chebyshev::Polynom2D< maxnPt, nPt, nY >
2D Chebyshev Polynoms
#include <Greta.h>
|
static double | Eval (double xPt, double xY, const double p[]) |
|
◆ Eval()
static double Eval |
( |
double |
xPt, |
|
|
double |
xY, |
|
|
const double |
p[] |
|
) |
| |
|
inlinestatic |
63 const size_t kY = nY-1;
64 const double * pPt =
p + nY * maxnPt *
sizeof(double);
The documentation for this struct was generated from the following file: