comparison liboctave/Array-ch.cc @ 10908:c98a0d05b24a

inline char sorts for small boost to sortrows of char matrices
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 24 Aug 2010 12:18:57 +0200
parents a3635bc1ea19
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10907:6105ed2db9d7 10908:c98a0d05b24a
27 27
28 // Instantiate Arrays of char values. 28 // Instantiate Arrays of char values.
29 29
30 #include "Array.h" 30 #include "Array.h"
31 #include "Array.cc" 31 #include "Array.cc"
32 #define INLINE_ASCENDING_SORT
33 #define INLINE_DESCENDING_SORT
32 #include "oct-sort.cc" 34 #include "oct-sort.cc"
33 35
34 INSTANTIATE_ARRAY_SORT (char); 36 INSTANTIATE_ARRAY_SORT (char);
35 37
36 INSTANTIATE_ARRAY (char, OCTAVE_API); 38 INSTANTIATE_ARRAY (char, OCTAVE_API);