~vcs-imports/scipy/numpy-docs

« back to all changes in this revision

Viewing changes to source/reference/routines.sort.rst

  • Committer: ptvirtan
  • Date: 2008-10-26 17:57:55 UTC
  • Revision ID: vcs-imports@canonical.com-20081026175755-265j4vcbtj2wk6iq
Import initial version of Numpy documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sorting and searching
 
2
=====================
 
3
 
 
4
.. currentmodule:: numpy
 
5
 
 
6
Sorting
 
7
-------
 
8
.. autosummary::
 
9
   :toctree: generated/
 
10
 
 
11
   sort
 
12
   lexsort
 
13
   argsort
 
14
   ndarray.sort
 
15
   msort
 
16
   sort_complex
 
17
 
 
18
Searching
 
19
---------
 
20
.. autosummary::
 
21
   :toctree: generated/
 
22
 
 
23
   argmax
 
24
   nanargmax
 
25
   argmin
 
26
   nanargmin
 
27
   argwhere
 
28
   nonzero
 
29
   flatnonzero
 
30
   where
 
31
   searchsorted
 
32
   extract