Module dfdx::arrays

source · []
Expand description

Collection of traits to describe Nd arrays.

Traits

Represents something with a compile time known number of elements

Has an associated type that implemented CountElements and ZeroElements.

An NdArray that is more than 0 dimensions (i.e. >= 1 dimension). This exposes the type of the last dimension (inner most) of the array as a type through MultiDimensional::LastDim.

Something that has compile time known zero values.