LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 27 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::DimSize_t = std::size_t |
Type of size of a dimension in the tensor.
Definition at line 33 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::Index_t = std::ptrdiff_t |
Type of a single index in the tensor.
Definition at line 30 of file TensorIndices.h.
using util::TensorIndicesBasicTypes::LinIndex_t = std::size_t |
Type of the linear index.
Definition at line 36 of file TensorIndices.h.