Expand description

Provides implementations for modifying Nd arrays on the Cpu.

Structs

Singifies that the underlying type should be broadcasted in some capacity. Used with BroadcastForEach

Signifies that the underyling type should be broadcasted in some capacity. Used with BroadcastForEach

The CPU device

Traits

Allocate an Nd array on the heap.

Apply generic function to various forms of broadcasted ndarrays.

Represents something that can act on T.

Fills all elements with the specified function

Apply generic function to various forms/numbers of ndarrays.

Apply generic function to the whole last dimension of ndarrays.

Reduce an entire Nd array to 1 value

Something that can have its last dimension (inner most dimension) reduced to 1 number.