| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include <iostream>#include <iomanip>#include "Stokhos.hpp"#include "Stokhos_StieltjesPCEBasis.hpp"#include "Stokhos_LanczosPCEBasis.hpp"#include "Stokhos_LanczosProjPCEBasis.hpp"#include "Stokhos_UserDefinedQuadrature.hpp"
Go to the source code of this file.
Classes | |
| struct | pce_quad_func | 
| struct | sin_func | 
Typedefs | |
| typedef  Stokhos::ClenshawCurtisLegendreBasis < int, double >  | basis_type | 
Functions | |
| double | rel_err (double a, double b) | 
| int | main (int argc, char **argv) | 
| typedef Stokhos::ClenshawCurtisLegendreBasis<int,double> basis_type | 
Definition at line 20 of file stieltjes_example3.cpp.
Definition at line 46 of file stieltjes_example3.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 50 of file stieltjes_example3.cpp.
 1.8.5