| Name | Description |
---|
  | RanksInplace(Double, RankDefinition) |
Evaluates the rank of each entry of the unsorted data array.
The rank definition can be specified to be compatible
with an existing system.
WARNING: Works inplace and can thus causes the data array to be reordered.
|
  | RanksInplace(Single, RankDefinition) |
Evaluates the rank of each entry of the unsorted data array.
The rank definition can be specified to be compatible
with an existing system.
WARNING: Works inplace and can thus causes the data array to be reordered.
|