Browse thread
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mattias Waldau <mattias.waldau@a...> |
| Subject: | sorting of list of vectors (array with one dimension) |
I have a list of vectors, I would like to sort according to the first vector, and move the corresponding data in the other vectors. Is there a function for this (for example, a sort function, where I add a function that is called each time data is swapped) or do I have to write a quicksort in ocaml. /mattias