Registry
|
Functions | |
double | Chebyshev1Poly (size_t unnamed, double unnamed) |
Returns the value of the n-th Chebyshev polynomial of the first kind at x. More... | |
double | Chebyshev2Poly (size_t unnamed, double unnamed) |
Returns the value of the n-th Chebyshev polynomial of the second kind at x. More... | |
double | LegendrePoly (size_t unnamed, double unnamed) |
Returns the value of the n-th Legendre polynomial at x. More... | |
double | NormalizedChebyshev1Poly (size_t unnamed, double unnamed) |
Returns the value of the normalized n-th Chebyshev polynomial of the first kind at x. More... | |
double | NormalizedChebyshev2Poly (size_t unnamed, double unnamed) |
Returns the value of the normalized n-th Chebyshev polynomial of the second kind at x. More... | |
double | NormalizedLegendrePoly (size_t unnamed, double unnamed) |
Returns the value of the normalized n-th Legendre polynomial at x. More... | |
double | SqNormOfChebyshev1Poly (size_t unnamed) |
Returns the scalar square of the n-th Chebyshev polynomial of the first kind. More... | |
double | SqNormOfChebyshev2Poly (size_t unnamed) |
Returns the scalar square of the n-th Chebyshev polynomial of the second kind. More... | |
double | SqNormOfLegendrePoly (size_t unnamed) |
Returns the scalar square of the n-th Legendre polynomial. More... | |
double ug4Bridge::OrthoPoly::Chebyshev1Poly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the n-th Chebyshev polynomial of the first kind at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::Chebyshev2Poly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the n-th Chebyshev polynomial of the second kind at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::LegendrePoly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the n-th Legendre polynomial at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::NormalizedChebyshev1Poly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the normalized n-th Chebyshev polynomial of the first kind at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::NormalizedChebyshev2Poly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the normalized n-th Chebyshev polynomial of the second kind at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::NormalizedLegendrePoly | ( | size_t | unnamed, |
double | unnamed | ||
) |
Returns the value of the normalized n-th Legendre polynomial at x.
[in] | unnamed | |
[in] | unnamed |
double ug4Bridge::OrthoPoly::SqNormOfChebyshev1Poly | ( | size_t | unnamed | ) |
Returns the scalar square of the n-th Chebyshev polynomial of the first kind.
[in] | unnamed |
double ug4Bridge::OrthoPoly::SqNormOfChebyshev2Poly | ( | size_t | unnamed | ) |
Returns the scalar square of the n-th Chebyshev polynomial of the second kind.
[in] | unnamed |
double ug4Bridge::OrthoPoly::SqNormOfLegendrePoly | ( | size_t | unnamed | ) |
Returns the scalar square of the n-th Legendre polynomial.
[in] | unnamed |