Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Stokhos::LexicographicTreeBasisNode< ordinal_type > Struct Template Reference

#include <Stokhos_LTBSparse3Tensor.hpp>

Public Member Functions

 LexicographicTreeBasisNode ()
 
 LexicographicTreeBasisNode (const LexicographicTreeBasisNode &node)
 
LexicographicTreeBasisNodeoperator= (const LexicographicTreeBasisNode &node)
 

Public Attributes

Teuchos::Array< Teuchos::RCP
< LexicographicTreeBasisNode > > 
children
 
Teuchos::Array
< Stokhos::MultiIndex
< ordinal_type > > 
terms
 
ordinal_type index_begin
 
ordinal_type block_size
 

Detailed Description

template<typename ordinal_type>
struct Stokhos::LexicographicTreeBasisNode< ordinal_type >

Definition at line 103 of file Stokhos_LTBSparse3Tensor.hpp.

Constructor & Destructor Documentation

template<typename ordinal_type >
Stokhos::LexicographicTreeBasisNode< ordinal_type >::LexicographicTreeBasisNode ( )
inline

Definition at line 110 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type >
Stokhos::LexicographicTreeBasisNode< ordinal_type >::LexicographicTreeBasisNode ( const LexicographicTreeBasisNode< ordinal_type > &  node)
inline

Definition at line 114 of file Stokhos_LTBSparse3Tensor.hpp.

Member Function Documentation

template<typename ordinal_type >
LexicographicTreeBasisNode& Stokhos::LexicographicTreeBasisNode< ordinal_type >::operator= ( const LexicographicTreeBasisNode< ordinal_type > &  node)
inline

Definition at line 124 of file Stokhos_LTBSparse3Tensor.hpp.

Member Data Documentation

template<typename ordinal_type >
Teuchos::Array< Teuchos::RCP<LexicographicTreeBasisNode> > Stokhos::LexicographicTreeBasisNode< ordinal_type >::children

Definition at line 104 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type >
Teuchos::Array< Stokhos::MultiIndex<ordinal_type> > Stokhos::LexicographicTreeBasisNode< ordinal_type >::terms

Definition at line 105 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type >
ordinal_type Stokhos::LexicographicTreeBasisNode< ordinal_type >::index_begin

Definition at line 106 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type >
ordinal_type Stokhos::LexicographicTreeBasisNode< ordinal_type >::block_size

Definition at line 107 of file Stokhos_LTBSparse3Tensor.hpp.


The documentation for this struct was generated from the following file: