Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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 |
Definition at line 529 of file Stokhos_LTBSparse3Tensor.hpp.
typedef Teuchos::Array< FlatLTBSparse3TensorNode<ordinal_type> > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_array_type |
Definition at line 530 of file Stokhos_LTBSparse3Tensor.hpp.
typedef Teuchos::Array< value_type > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_array_type |
Definition at line 531 of file Stokhos_LTBSparse3Tensor.hpp.
typedef node_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_iterator |
Definition at line 533 of file Stokhos_LTBSparse3Tensor.hpp.
typedef node_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_const_iterator |
Definition at line 534 of file Stokhos_LTBSparse3Tensor.hpp.
typedef cijk_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_iterator |
Definition at line 535 of file Stokhos_LTBSparse3Tensor.hpp.
typedef cijk_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_const_iterator |
Definition at line 536 of file Stokhos_LTBSparse3Tensor.hpp.
node_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node |
Definition at line 538 of file Stokhos_LTBSparse3Tensor.hpp.
cijk_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk |
Definition at line 539 of file Stokhos_LTBSparse3Tensor.hpp.
bool Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::symmetric |
Definition at line 540 of file Stokhos_LTBSparse3Tensor.hpp.