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
7layout
8======
9
10Defined in ``xtensor/xlayout.hpp``
11
12.. doxygenenum:: xt::layout_type
13   :project: xtensor
14
15.. doxygenfunction:: xt::compute_layout(Args... args)
16   :project: xtensor
17
18xcontainer
19==========
20
21Defined in ``xtensor/xcontainer.hpp``
22
23.. doxygenclass:: xt::xcontainer
24   :project: xtensor
25   :members:
26
27xstrided_container
28==================
29
30Defined in ``xtensor/xcontainer.hpp``
31
32.. doxygenclass:: xt::xstrided_container
33   :project: xtensor
34   :members:
35
36