floatSorter

org.saddle.array.Sorter$.floatSorter$
object floatSorter extends Sorter[Float]

Attributes

Graph
Supertypes
trait Sorter[Float]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def argSorted(arr: Array[Float])(implicit ord: Order[Float]): Array[Int]
def sorted(arr: Array[Float])(implicit ord: Order[Float]): Array[Float]