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