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

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

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

Public Member Functions

 ReduceMinLoc ()
 
 ReduceMinLoc (T v_start, axom::IndexType i_start)
 
 ReduceMinLoc (const ReduceMinLoc &v)
 
void minloc (const T v, axom::IndexType i) const
 
get () const
 
axom::IndexType getLoc () const
 

Detailed Description

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

A serial implementation of a ReduceMinLoc operation.

Constructor & Destructor Documentation

◆ ReduceMinLoc() [1/3]

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

◆ ReduceMinLoc() [2/3]

template<typename ExecSpace , typename T >
axom::serial::reductions::ReduceMinLoc< ExecSpace, T >::ReduceMinLoc ( v_start,
axom::IndexType  i_start 
)
inline

◆ ReduceMinLoc() [3/3]

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

Member Function Documentation

◆ minloc()

template<typename ExecSpace , typename T >
void axom::serial::reductions::ReduceMinLoc< ExecSpace, T >::minloc ( const T  v,
axom::IndexType  i 
) const
inline

◆ get()

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

◆ getLoc()

template<typename ExecSpace , typename T >
axom::IndexType axom::serial::reductions::ReduceMinLoc< ExecSpace, T >::getLoc ( ) const
inline

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