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
7xpad
8====
9
10Defined in ``xtensor/xpad.hpp``
11
12.. doxygenenum:: xt::pad_mode
13   :project: xtensor
14
15.. doxygenfunction:: xt::pad(E&& , const std::vector<std::vector<S>>&, pad_mode, V)
16   :project: xtensor
17
18.. doxygenfunction:: xt::pad(E&& , const std::vector<S>&, pad_mode, V)
19   :project: xtensor
20
21.. doxygenfunction:: xt::pad(E&& , S, pad_mode, V)
22   :project: xtensor
23
24.. doxygenfunction:: xt::tile(E&& , std::initializer_list<S>)
25   :project: xtensor
26
27.. doxygenfunction:: xt::tile(E&& , S)
28   :project: xtensor
29