TiledArray::MinReduction< Tile, Enabler > Class Template Reference

Documentation

template<typename Tile, typename Enabler = void>
class TiledArray::MinReduction< Tile, Enabler >

Minimum tile reduction.

This reduction operation is used to find the minimum value of elements in a Tile.

Template Parameters
TileThe tile type
Note
the implementation is only enabled if is_strictly_ordered<Tile::numeric_type>::value is true

Definition at line 177 of file unary_reduction.h.


The documentation for this class was generated from the following file: