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

#include <Stokhos_LTBSparse3Tensor.hpp>

Public Types

typedef Teuchos::Array
< FlatLTBSparse3TensorNode
< ordinal_type > > 
node_array_type
 
typedef Teuchos::Array
< value_type > 
cijk_array_type
 
typedef node_array_type::iterator node_iterator
 
typedef
node_array_type::const_iterator 
node_const_iterator
 
typedef cijk_array_type::iterator cijk_iterator
 
typedef
cijk_array_type::const_iterator 
cijk_const_iterator
 

Public Attributes

node_array_type node
 
cijk_array_type cijk
 
bool symmetric
 

Detailed Description

template<typename ordinal_type, typename value_type>
struct Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >

Definition at line 497 of file Stokhos_LTBSparse3Tensor.hpp.

Member Typedef Documentation

template<typename ordinal_type, typename value_type>
typedef Teuchos::Array< FlatLTBSparse3TensorNode<ordinal_type> > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_array_type

Definition at line 498 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
typedef Teuchos::Array< value_type > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_array_type

Definition at line 499 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
typedef node_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_iterator

Definition at line 501 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
typedef node_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_const_iterator

Definition at line 502 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
typedef cijk_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_iterator

Definition at line 503 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
typedef cijk_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_const_iterator

Definition at line 504 of file Stokhos_LTBSparse3Tensor.hpp.

Member Data Documentation

template<typename ordinal_type, typename value_type>
node_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node

Definition at line 506 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
cijk_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk

Definition at line 507 of file Stokhos_LTBSparse3Tensor.hpp.

template<typename ordinal_type, typename value_type>
bool Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::symmetric

Definition at line 508 of file Stokhos_LTBSparse3Tensor.hpp.


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