unit/
gpusort_ut__define.pro
Routines
result = gpusort_ut::test_pro_float()
Basic test of GPUSORT in the same manner as IDL's SORT.
result = gpusort_ut::test_pro_float_inplace()
SORT array inplace instead of returning index array.
result = gpusort_ut::test_pro_float_implicit_inplace()
SORT array inplace instead of returning index array.
result = gpusort_ut::test_function_float()
Basic test of GPUSORT in the same manner as IDL's SORT.
result = gpusort_ut::test_function_float_inplace()
SORT array inplace instead of returning index array.
result = gpusort_ut::test_function_float_convert()
Basic test of GPUSORT in the same manner as IDL's SORT, but converts an IDL array to a GPU array.
gpusort_ut__define
Define instance variables.
Routine details
top gpusort_ut::test_pro_float
result = gpusort_ut::test_pro_float()
Basic test of GPUSORT in the same manner as IDL's SORT.
top gpusort_ut::test_pro_float_inplace
result = gpusort_ut::test_pro_float_inplace()
SORT array inplace instead of returning index array.
top gpusort_ut::test_pro_float_implicit_inplace
result = gpusort_ut::test_pro_float_implicit_inplace()
SORT array inplace instead of returning index array.
top gpusort_ut::test_function_float
result = gpusort_ut::test_function_float()
Basic test of GPUSORT in the same manner as IDL's SORT.
top gpusort_ut::test_function_float_inplace
result = gpusort_ut::test_function_float_inplace()
SORT array inplace instead of returning index array.
top gpusort_ut::test_function_float_convert
result = gpusort_ut::test_function_float_convert()
Basic test of GPUSORT in the same manner as IDL's SORT, but converts an IDL array to a GPU array.
File attributes
Modification date: | Fri Nov 12 11:07:13 2010 |
Lines: | 138 |
Docformat: | rst rst |