.. 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/xview.hpp``

.. doxygenclass:: xt::xview
   :project: xtensor
   :members:

.. doxygenfunction:: xt::view
   :project: xtensor

.. doxygenfunction:: xt::row
   :project: xtensor

.. doxygenfunction:: xt::col
   :project: xtensor

Defined in ``xtensor/xslice.hpp``

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

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

.. doxygenfunction:: xt::all
   :project: xtensor

.. doxygenfunction:: xt::newaxis
   :project: xtensor

.. doxygenfunction:: xt::ellipsis
   :project: xtensor

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

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