- All Implemented Interfaces:
- WarpScriptStackFunction
public class PERMUTE
extends NamedWarpScriptFunction
implements WarpScriptStackFunction
Permute the dimensions of a nested LIST as if it were a tensor or a multidimensional array.
- param TENSOR The nested LIST for which dimensions will be permuted as if it were a tensor.
- param PATTERN The permutation pattern (a LIST of LONG)
- param FAST If true, it does not check if the sizes of the nested lists are coherent before operating. Defaults to false.