Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Stokhos_ProductContainer.hpp File Reference
#include <iostream>
#include "Teuchos_RCP.hpp"
#include "Teuchos_Array.hpp"
#include "Epetra_BlockMap.h"
#include "Stokhos_ProductContainerImp.hpp"
Include dependency graph for Stokhos_ProductContainer.hpp:
This graph shows which files directly or indirectly include this file:

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)