.. 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.

xbuilder
========

Defined in ``xtensor/xbuilder.hpp``

.. doxygenfunction:: xt::ones(S)
   :project: xtensor

.. doxygenfunction:: xt::ones(const I (&)[L])
   :project: xtensor

.. doxygenfunction:: xt::zeros(S)
   :project: xtensor

.. doxygenfunction:: xt::zeros(const I (&)[L])
   :project: xtensor

.. doxygenfunction:: xt::empty(const S&)
   :project: xtensor

.. doxygenfunction:: xt::full_like(const xexpression<E>&)
   :project: xtensor

.. doxygenfunction:: xt::empty_like(const xexpression<E>&)
   :project: xtensor

.. doxygenfunction:: xt::zeros_like(const xexpression<E>&)
   :project: xtensor

.. doxygenfunction:: xt::ones_like(const xexpression<E>&)
   :project: xtensor

.. doxygenfunction:: xt::eye(const std::vector<std::size_t>&, int)
   :project: xtensor

.. doxygenfunction:: xt::eye(std::size_t, int)
   :project: xtensor

.. doxygenfunction:: xt::arange(T, T, S)
   :project: xtensor

.. doxygenfunction:: xt::arange(T)
   :project: xtensor

.. doxygenfunction:: xt::linspace
   :project: xtensor

.. doxygenfunction:: xt::logspace
   :project: xtensor

.. doxygenfunction:: xt::concatenate(std::tuple<CT...>&&, std::size_t)
   :project: xtensor

.. doxygenfunction:: xt::stack
   :project: xtensor

.. doxygenfunction:: xt::hstack
   :project: xtensor

.. doxygenfunction:: xt::vstack
   :project: xtensor

.. doxygenfunction:: xt::meshgrid
   :project: xtensor

.. doxygenfunction:: xt::diag
   :project: xtensor

.. doxygenfunction:: xt::diagonal
   :project: xtensor

.. doxygenfunction:: xt::tril
   :project: xtensor

.. doxygenfunction:: xt::triu
   :project: xtensor
