AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::serial::reductions::ReduceMin< ExecSpace, T > Class Template Reference

A serial implementation of a ReduceMin operation. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/main/src/axom/core/execution/reductions.hpp>

Public Member Functions

 ReduceMin ()
 
 ReduceMin (T v_start)
 
 ReduceMin (const ReduceMin &v)
 
void min (const T value) const
 
get () const
 

Detailed Description

template<typename ExecSpace, typename T>
class axom::serial::reductions::ReduceMin< ExecSpace, T >

A serial implementation of a ReduceMin operation.

Constructor & Destructor Documentation

◆ ReduceMin() [1/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceMin< ExecSpace, T >::ReduceMin ( )
inline

◆ ReduceMin() [2/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceMin< ExecSpace, T >::ReduceMin ( v_start)
inline

◆ ReduceMin() [3/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceMin< ExecSpace, T >::ReduceMin ( const ReduceMin< ExecSpace, T > &  v)
inline

Member Function Documentation

◆ min()

template<typename ExecSpace , typename T >
void axom::serial::reductions::ReduceMin< ExecSpace, T >::min ( const T  value) const
inline

◆ get()

template<typename ExecSpace , typename T >
T axom::serial::reductions::ReduceMin< ExecSpace, T >::get ( ) const
inline

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