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
7xstrided_view
8=============
9
10Defined in ``xtensor/xstrided_view.hpp``
11
12.. doxygenclass:: xt::xstrided_view
13   :project: xtensor
14   :members:
15
16.. doxygentypedef:: xt::xstrided_slice_vector
17   :project: xtensor
18
19.. doxygenfunction:: xt::strided_view(E&&, S&&, X&&, std::size_t, layout_type)
20   :project: xtensor
21
22.. doxygenfunction:: xt::strided_view(E&&, const xstrided_slice_vector&)
23   :project: xtensor
24
25.. doxygenfunction:: xt::reshape_view(E&&, S&&, layout_type)
26   :project: xtensor
27