gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
OrthogonalPoly.h File Reference
#include <math.h>
#include <string>
Include dependency graph for OrthogonalPoly.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OrthogonalPoly
 

Functions

double OrthogonalPoly::EvalLobatto (int order, double x)
 
double OrthogonalPoly::EvalDLobatto (int order, double x)
 
double OrthogonalPoly::EvalKernelFunction (int order, double x)
 
double OrthogonalPoly::EvalDKernelFunction (int order, double x)
 
double OrthogonalPoly::EvalLegendre (int order, double x)
 
double OrthogonalPoly::EvalDLegendre (int order, double x)