| 1369 | } |
| 1370 | |
| 1371 | int compar(const void *i, const void *j){ |
| 1372 | return (int)((int64*)array_pos_ref)[*(int*)i] - ((int64*)array_pos_ref)[*(int*)j]; |
| 1373 | } |
| 1374 | |
| 1375 | /** |
| 1376 | * @param array_val The array of values to be converted to values in SparseData |