Hrustalev Iliya Hrustalev 6114e985e4 Add "Readme.md" | hace 6 meses | |
---|---|---|
Orthogonal Polynomials | hace 6 meses | |
Test | hace 6 meses | |
bin | hace 6 meses | |
googletest @ | hace 6 meses | |
modules | hace 6 meses | |
CMakeLists.txt | hace 6 meses | |
README.md | hace 6 meses |
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).