#include <ostream>
#include <string>
#include "Stokhos_Dense3Tensor.hpp"
#include "Stokhos_Sparse3Tensor.hpp"
#include "Teuchos_Array.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Stokhos_ConfigDefs.h"
Go to the source code of this file.
|
namespace | Stokhos |
| Top-level namespace for Stokhos classes and functions.
|
|
|
template<typename ordinal_type , typename value_type > |
std::ostream & | Stokhos::operator<< (std::ostream &os, const OneDOrthogPolyBasis< ordinal_type, value_type > &b) |
| Print basis to stream os .
|
|