reorder, transpose, flip, join, tile, etc. More...
Modules | |
flat | |
Flatten an array. | |
flip | |
Flip the input along a 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. | |
replace | |
Replace elements of an array with elements of another array. | |
select | |
Select elements based on a conditional array. | |
shift | |
Shift an array. | |
tile | |
Generate a tiled array by repeating an array's contents along a specified dimension. | |
transpose | |
Transpose a matrix. | |
reorder, transpose, flip, join, tile, etc.