| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
Container storing a term in a generalized tensor product. More...
#include <Stokhos_ProductBasisUtils.hpp>
Public Types | |
| typedef ordinal_t | ordinal_type | 
| typedef element_t | element_type | 
Public Member Functions | |
| TensorProductElement () | |
| Default constructor.  More... | |
| TensorProductElement (ordinal_type dim, const element_type &val=element_type(0)) | |
| Constructor.  More... | |
| ~TensorProductElement () | |
| Destructor.  More... | |
| ordinal_type | dimension () const | 
| Return dimension.  More... | |
| ordinal_type | size () const | 
| Return dimension.  More... | |
| const element_type & | operator[] (ordinal_type i) const | 
| Term access.  More... | |
| element_type & | operator[] (ordinal_type i) | 
| Term access.  More... | |
| const Teuchos::Array < element_type > &  | getTerm () const | 
| Term access.  More... | |
| Teuchos::Array< element_type > & | getTerm () | 
| Term access.  More... | |
| operator Teuchos::ArrayView< element_type > () | |
| Convert to ArrayView.  More... | |
| operator Teuchos::ArrayView< const element_type > () const | |
| Convert to ArrayView.  More... | |
| element_type | order () const | 
| Compute total order of tensor product element.  More... | |
| std::ostream & | print (std::ostream &os) const | 
| Print multiindex.  More... | |
Protected Attributes | |
| Teuchos::Array< element_type > | term | 
| Array storing term elements.  More... | |
Container storing a term in a generalized tensor product.
Definition at line 685 of file Stokhos_ProductBasisUtils.hpp.
| typedef ordinal_t Stokhos::TensorProductElement< ordinal_t, element_t >::ordinal_type | 
Definition at line 688 of file Stokhos_ProductBasisUtils.hpp.
| typedef element_t Stokhos::TensorProductElement< ordinal_t, element_t >::element_type | 
Definition at line 689 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Default constructor.
Definition at line 692 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 695 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Destructor.
Definition at line 700 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Return dimension.
Definition at line 703 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Return dimension.
Definition at line 706 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Term access.
Definition at line 709 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Term access.
Definition at line 712 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Term access.
Definition at line 715 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Term access.
Definition at line 718 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Convert to ArrayView.
Definition at line 721 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Convert to ArrayView.
Definition at line 724 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Compute total order of tensor product element.
Definition at line 727 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  inline | 
Print multiindex.
Definition at line 734 of file Stokhos_ProductBasisUtils.hpp.
      
  | 
  protected | 
Array storing term elements.
Definition at line 745 of file Stokhos_ProductBasisUtils.hpp.
 1.8.5