DataType

namespace ndarray

Typedefs

using Shape = std::vector<int>

Integer Type vector data structure.

using Stride = std::vector<int>

Integer Type vector data structure.

using Axis = std::vector<int>

Integer Type vector data structure.

using Indices = std::vector<int>

Integer Type vector data structure.

using LL = long long

Long Long data structure.

using Slices = std::vector<std::vector<int>>

Integer Type 2D-vector data structure.