Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include <iomanip>
#include "Stokhos.hpp"
#include "Stokhos_StieltjesPCEBasis.hpp"
#include "Stokhos_GramSchmidtBasis.hpp"
#include "Stokhos_UserDefinedQuadrature.hpp"
Go to the source code of this file.
Classes | |
struct | pce_quad_func |
Typedefs | |
typedef Stokhos::LegendreBasis < int, double > | basis_type |
Functions | |
int | main (int argc, char **argv) |
typedef Stokhos::LegendreBasis<int,double> basis_type |
Definition at line 18 of file gram_schmidt_example.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file gram_schmidt_example.cpp.