| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-07 | fix bug in searchsorted() so that it properly searches a descending array. | Anthony LaTorre | |
| 2011-09-06 | fix devious assumption in searchsorted that if searching a length one array ↵ | Anthony LaTorre | |
| it assumed the array was meant to be in descending order; it now assumes ascending order and this assumption is documented. | |||
| 2011-09-06 | geometry on the GPU is now a struct created in the GPUGeometry class. coding ↵ | Anthony LaTorre | |
| style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code. | |||
| 2011-08-25 | add cuda sorting/searching algorithms in src/sorting.h | Anthony LaTorre | |
