Types for TensorIndices class. More...
#include <TensorIndices.h>
Public Types | |
using | Index_t = std::ptrdiff_t |
Type of a single index in the tensor. More... | |
using | DimSize_t = std::size_t |
Type of size of a dimension in the tensor. More... | |
using | LinIndex_t = std::size_t |
Type of the linear index. More... | |
Types for TensorIndices class.
Definition at line 29 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::DimSize_t = std::size_t |
Type of size of a dimension in the tensor.
Definition at line 35 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::Index_t = std::ptrdiff_t |
Type of a single index in the tensor.
Definition at line 32 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::LinIndex_t = std::size_t |
Type of the linear index.
Definition at line 38 of file TensorIndices.h.