Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <iostream>
#include "Teuchos_RCP.hpp"
#include "Teuchos_Array.hpp"
#include "Epetra_BlockMap.h"
#include "Stokhos_ProductContainerImp.hpp"
Go to the source code of this file.
Classes | |
class | Stokhos::ProductContainerTraits< coeff_type > |
Base traits definition for ProductContainer. More... | |
class | Stokhos::ProductContainer< coeff_type > |
A product (in the mathematical sense) container class whose coefficients are vectors, operators, or in general any type that would have an expensive copy constructor. More... | |
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Functions | |
template<typename coeff_type > | |
std::ostream & | Stokhos::operator<< (std::ostream &os, const ProductContainer< coeff_type > &vec) |