#include <Stokhos_RysBasis.hpp>
Inheritance diagram for Stokhos::RysBasis< ordinal_type, value_type >:


Public Member Functions | |
| RysBasis (ordinal_type p, value_type c, bool normalize) | |
| Constructor. | |
| ~RysBasis () | |
| Destructor. | |
Static Public Member Functions | |
| static value_type | rysWeight (const value_type x) |
| The Rys weight function. | |
Rys polynomials are polynomials orthogonal with respect to the weight function
defined on the interval
, for a given choice of
. The corresponding density
is obtained by scaling
to unit probability.
The coefficients of the corresponding three-term recursion are generated using the Discretized Stieltjes procedure implemented by Stokhos::DiscretizedStieltjesBasis.
| Stokhos::RysBasis< ordinal_type, value_type >::RysBasis | ( | ordinal_type | p, | |
| value_type | c, | |||
| bool | normalize | |||
| ) | [inline] |
Constructor.
| p | order of the basis | |
| c | defines domain of support of weight function | |
| normalize | whether polynomials should be given unit norm |
1.4.7