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
7xarray_adaptor
8==============
9
10Defined in ``xtensor/xarray.hpp``
11
12.. doxygenclass:: xt::xarray_adaptor
13   :project: xtensor
14   :members:
15
16adapt (xarray_adaptor)
17=======================
18
19Defined in ``xtensor/xadapt.hpp``
20
21.. doxygenfunction:: xt::adapt(C&&, const SC&, layout_type)
22   :project: xtensor
23
24.. doxygenfunction:: xt::adapt(C&&, SC&&, SS&&)
25   :project: xtensor
26
27.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, const SC&, layout_type, const A&)
28   :project: xtensor
29
30.. doxygenfunction:: xt::adapt(P&&, typename A::size_type, O, SC&&, SS&&, const A&)
31   :project: xtensor
32
33.. doxygenfunction:: xt::adapt(T (&)[N], const SC&, layout_type)
34   :project: xtensor
35
36.. doxygenfunction:: xt::adapt(T (&)[N], SC&&, SS&&)
37   :project: xtensor
38
39.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, layout_type)
40   :project: xtensor
41
42.. doxygenfunction:: xt::adapt_smart_ptr(P&&, const SC&, D&&, layout_type)
43   :project: xtensor
44