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

Maximum tile reduction. More...

#include <unary_reduction.h>

Detailed Description

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 209 of file unary_reduction.h.


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