Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Stokhos_OrthogPolyApprox.hpp File Reference
#include "Teuchos_RCP.hpp"
#include "Stokhos_OrthogPolyBasis.hpp"
#include <ostream>
#include "Stokhos_StandardStorage.hpp"
#include "Stokhos_ProductBasisUtils.hpp"
#include "Stokhos_OrthogPolyApproxImp.hpp"
Include dependency graph for Stokhos_OrthogPolyApprox.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Stokhos::OrthogPolyApprox< ordinal_type, value_type, storage_type >
 Class to store coefficients of a projection onto an orthogonal polynomial basis. More...

Namespaces

namespace  Stokhos
 Top-level namespace for Stokhos classes and functions.

Functions

template<typename ordinal_type, typename value_type, typename node_type>
std::ostream & Stokhos::operator<< (std::ostream &os, const OrthogPolyApprox< ordinal_type, value_type, node_type > &a)
 Prints the array of coefficients (more compact than print()).