A high-performance general-purpose compute library

reorder, transpose, flip, join, tile, etc. More...

Modules

 flat
 Flatten the input to a single dimension.
 
 flip
 Flip the input along specified dimension.
 
 join
 Join up to 4 arrays along specified dimension.
 
 moddims
 Modify the dimensions of an array without changing the order of its elements.
 
 reorder
 Reorder an array according to the specified dimensions.
 
 replace
 Replace elements of an array based on a conditional array.
 
 select
 Selects elements from two arrays based on the values of a binary conditional array.
 
 shift
 Circular shift slong specified dimensions.
 
 tile
 Repeat the contents of the input array along the specified dimensions.
 
 transpose
 Transpose a matrix.
 

Detailed Description

reorder, transpose, flip, join, tile, etc.