Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Attributes | List of all members
Stokhos::LTBSparse3Tensor< ordinal_type, value_type >::CijkNode Struct Reference

Node type used in constructing the tree. More...

#include <Stokhos_LTBSparse3Tensor.hpp>

Collaboration diagram for Stokhos::LTBSparse3Tensor< ordinal_type, value_type >::CijkNode:
Collaboration graph
[legend]

Public Attributes

Teuchos::Array< Teuchos::RCP
< CijkNode > > 
children
 
Teuchos::Array< value_type > values
 
ordinal_type p_i
 
ordinal_type p_j
 
ordinal_type p_k
 
ordinal_type i_begin
 
ordinal_type j_begin
 
ordinal_type k_begin
 
ordinal_type i_size
 
ordinal_type j_size
 
ordinal_type k_size
 
ordinal_type my_num_entries
 
ordinal_type total_num_entries
 
ordinal_type total_num_leafs
 
bool is_leaf
 
bool parent_j_equals_k
 

Detailed Description

template<typename ordinal_type, typename value_type>
struct Stokhos::LTBSparse3Tensor< ordinal_type, value_type >::CijkNode

Node type used in constructing the tree.


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