Public Types | List of all members
util::TensorIndicesBasicTypes Struct Reference

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...
 

Detailed Description

Types for TensorIndices class.

Definition at line 29 of file TensorIndices.h.

Member Typedef Documentation

Type of size of a dimension in the tensor.

Definition at line 35 of file TensorIndices.h.

Type of a single index in the tensor.

Definition at line 32 of file TensorIndices.h.

Type of the linear index.

Definition at line 38 of file TensorIndices.h.


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