.. 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::eye(const std::vector<std::size_t>&, int)
   :project: xtensor

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

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

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

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

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

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

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

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

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

.. doxygenfunction:: xt::flip
   :project: xtensor
