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 497 of file Stokhos_LTBSparse3Tensor.hpp.
typedef Teuchos::Array< FlatLTBSparse3TensorNode<ordinal_type> > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_array_type |
Definition at line 498 of file Stokhos_LTBSparse3Tensor.hpp.
typedef Teuchos::Array< value_type > Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_array_type |
Definition at line 499 of file Stokhos_LTBSparse3Tensor.hpp.
typedef node_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_iterator |
Definition at line 501 of file Stokhos_LTBSparse3Tensor.hpp.
typedef node_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node_const_iterator |
Definition at line 502 of file Stokhos_LTBSparse3Tensor.hpp.
typedef cijk_array_type::iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_iterator |
Definition at line 503 of file Stokhos_LTBSparse3Tensor.hpp.
typedef cijk_array_type::const_iterator Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk_const_iterator |
Definition at line 504 of file Stokhos_LTBSparse3Tensor.hpp.
node_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::node |
Definition at line 506 of file Stokhos_LTBSparse3Tensor.hpp.
cijk_array_type Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::cijk |
Definition at line 507 of file Stokhos_LTBSparse3Tensor.hpp.
bool Stokhos::FlatLTBSparse3Tensor< ordinal_type, value_type >::symmetric |
Definition at line 508 of file Stokhos_LTBSparse3Tensor.hpp.