Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_RCP.hpp"
#include "Stokhos_OrthogPolyBasis.hpp"
#include <ostream>
#include "Stokhos_StandardStorage.hpp"
#include "Stokhos_ProductBasisUtils.hpp"
#include "Stokhos_OrthogPolyApproxImp.hpp"
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 | |
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()) More... | |