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

Documentation

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

Maximum tile reduction.

This reduction operation is used to find the maximum 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 218 of file unary_reduction.h.


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