Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include <iomanip>
#include "Stokhos.hpp"
#include "Stokhos_StieltjesBasis.hpp"
#include "Stokhos_UserDefinedQuadrature.hpp"
Go to the source code of this file.
Classes | |
struct | pce_quad_func |
struct | sin_func |
struct | exp_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 18 of file stieltjes_example2.cpp.
Definition at line 54 of file stieltjes_example2.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 58 of file stieltjes_example2.cpp.