jit.bsort Bubble sort

The jit.bsort object performs a bubble sort on an incoming matrix, sorting the cells in ascending order.

Matrix Operator: in[1] out[1]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a
out n/a yes yes yes 4 all char

Attributes:
Name Type Description
dimmode int (0 or 1) = Sort along the dimension specified the integer
maxiter int The maximum number of search iterations (default = -1). A value of -1 sets the search iterations based on the matrix size.
planemode int 0-(planecount-1) = Sort cells based on the values contained in the plane specified by the planemode
summode int Summing flag (default = 0) When the flag is set, sorting is based on the sum of the planes.

Example:

See Also:
jit.3m, jit.histogram