Expand description

Collection of traits to describe Nd arrays.

Structs

Represents all available axes on a tensor.
A single axis known at compile time

Traits

Represents something with a compile time known number of elements
Something that has HasArrayType, and also can return a reference to or mutate Self::Array.
Has an associated type that implemented CountElements and ZeroElements.
An NdArray that has an Ith axis
Holds an axis that represents the last (or right most) axis.
Something that has compile time known zero values.

Type Definitions

Two axes known at compile time.
Three axes known at compile time.
Four axes known at compile time.