Expand description

Provides implementations for modifying Nd arrays on the CPU.

Structs

The CPU device

Traits

Allocate an Nd array on the heap.

Represents something that can act on T.

Fills all elements with the specified function

A [HasArrayType] that has a Device for its [HasArrayType::Array]

Apply a generic function to all elements of Nd arrays.

Reduce an entire Nd array to 1 value

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

Zip two Nd arrays together, and apply a generic function to them.