Hrustalev Iliya Hrustalev 6114e985e4 Add "Readme.md" | il y a 6 mois | |
---|---|---|
Orthogonal Polynomials | il y a 6 mois | |
Test | il y a 6 mois | |
bin | il y a 6 mois | |
googletest @ | il y a 6 mois | |
modules | il y a 6 mois | |
CMakeLists.txt | il y a 6 mois | |
README.md | il y a 6 mois |
Description: The OrthPol(KF, n, x) function computes orthogonal polynomials: Chebyshev, Laguerre, Hermite polynomials, and their derivatives using recurrence relations.
Parameters:
Return: Vector with values of the orthogonal polynomial (the first place) of order n with argument x, and its first derivatives (the second place).