1.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
2
3   Distributed under the terms of the BSD 3-Clause License.
4
5   The full license is in the file LICENSE, distributed with this software.
6
7xsort
8=====
9
10Defined in ``xtensor/xsort.hpp``
11
12.. doxygenfunction:: xt::sort(const xexpression<E>&, placeholders::xtuph)
13   :project: xtensor
14
15.. doxygenfunction:: xt::sort(const xexpression<E>&, std::ptrdiff_t)
16   :project: xtensor
17
18.. doxygenfunction:: xt::argsort(const xexpression<E>&, placeholders::xtuph)
19    :project: xtensor
20
21.. doxygenfunction:: xt::argsort(const xexpression<E>&, std::ptrdiff_t)
22    :project: xtensor
23
24.. doxygenfunction:: xt::argmin(const xexpression<E>&)
25   :project: xtensor
26
27.. doxygenfunction:: xt::argmin(const xexpression<E>&, std::ptrdiff_t)
28   :project: xtensor
29
30.. doxygenfunction:: xt::argmax(const xexpression<E>&)
31   :project: xtensor
32
33.. doxygenfunction:: xt::argmax(const xexpression<E>&, std::ptrdiff_t)
34   :project: xtensor
35
36.. doxygenfunction:: xt::unique(const xexpression<E>&)
37   :project: xtensor
38
39.. doxygenfunction:: xt::partition(const xexpression<E>&, const C&, placeholders::xtuph)
40   :project: xtensor
41
42.. doxygenfunction:: xt::argpartition(const xexpression<E>&, const C&, placeholders::xtuph)
43   :project: xtensor
44
45.. doxygenfunction:: xt::median(E&&, std::ptrdiff_t)
46   :project: xtensor
47