.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay Distributed under the terms of the BSD 3-Clause License. The full license is in the file LICENSE, distributed with this software. .. raw:: html Reduction Operators =================== +---------------------------------------+----------------------------------------------------+ | :cpp:func:`reduce` | generic batch reduction | +---------------------------------------+----------------------------------------------------+ | :cpp:func:`reduce_add` | sum of each batch element | +---------------------------------------+----------------------------------------------------+ | :cpp:func:`reduce_max` | max of the batch elements | +---------------------------------------+----------------------------------------------------+ | :cpp:func:`reduce_min` | min of the batch elements | +---------------------------------------+----------------------------------------------------+ | :cpp:func:`reduce_mul` | product of the batch elements | +---------------------------------------+----------------------------------------------------+ | :cpp:func:`haddp` | horizontal sum across batches | +---------------------------------------+----------------------------------------------------+ Also see the `batch_bool` :ref:`xsimd-batch-bool-reducers`. ---- .. doxygengroup:: batch_reducers :project: xsimd :content-only: