.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

xview
=====

Defined in ``xtensor/views/xview.hpp``

.. doxygenclass:: xt::xview
   :members:

.. doxygenfunction:: xt::view

.. doxygenfunction:: xt::row

.. doxygenfunction:: xt::col

Defined in ``xtensor/views/xslice.hpp``

.. doxygenfunction:: xt::range(A, B)

.. doxygenfunction:: xt::range(A, B, C)

.. doxygenfunction:: xt::all

.. doxygenfunction:: xt::newaxis

.. doxygenfunction:: xt::ellipsis

.. doxygenfunction:: xt::keep(T&&)

.. doxygenfunction:: xt::drop(T&&)
