LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 27 of file TensorIndices.h.

Member Typedef Documentation

Type of size of a dimension in the tensor.

Definition at line 33 of file TensorIndices.h.

Type of a single index in the tensor.

Definition at line 30 of file TensorIndices.h.

Type of the linear index.

Definition at line 36 of file TensorIndices.h.


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