ergo
sort.h File Reference

A quicksort implementation. More...

Go to the source code of this file.

Namespaces

 mat
 

Functions

template<class Treal >
void mat::quicksort (const Treal *value, int *index, int low, int high)
 

Detailed Description

A quicksort implementation.