¡@

Home 

python Programming Glossary: static_indices

Sort a numpy array by another array, along a particular axis

http://stackoverflow.com/questions/6155649/sort-a-numpy-array-by-another-array-along-a-particular-axis

3 3 3 .reshape 3 3 3 sort_indices numpy.argsort a axis 0 static_indices numpy.indices 3 3 3 b sort_indices static_indices 1 static_indices.. a axis 0 static_indices numpy.indices 3 3 3 b sort_indices static_indices 1 static_indices 2 array 0 1 2 3 4 5 6 7 8 18 19 20 21 22 23.. numpy.indices 3 3 3 b sort_indices static_indices 1 static_indices 2 array 0 1 2 3 4 5 6 7 8 18 19 20 21 22 23 24 25 26 9 10 11..