- Requires C-contiguous arrays as input to `lineRankOrderFilter1D_floating`.
- When swapping axes initially in `lineRankOrderFilter` ensure the array is contiguous instead of copying.
- During second swapping of axes in `lineRankOrderFilter`, don't make a copy of the intermediate just copy from the view. (this is faster)
- If the input and output arrays are the same array, don't copy data over. (doesn't check views)