MorphoGraphX  2.0-1-227
Public Types | Public Member Functions | List of all members
mgx::minElementOP< T > Struct Template Reference

#include <DistMatrixCuda.hpp>

+ Inheritance diagram for mgx::minElementOP< T >:

Public Types

typedef T::value_type ValType
 

Public Member Functions

__host__ __device__ ValType operator() (T &a)
 

Detailed Description

template<typename T>
struct mgx::minElementOP< T >

Definition at line 144 of file DistMatrixCuda.hpp.

Member Typedef Documentation

◆ ValType

template<typename T >
typedef T::value_type mgx::minElementOP< T >::ValType

Definition at line 146 of file DistMatrixCuda.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
__host__ __device__ ValType mgx::minElementOP< T >::operator() ( T &  a)
inline

Definition at line 149 of file DistMatrixCuda.hpp.


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