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

#include <DistMatrixCuda.hpp>

Public Member Functions

double min ()
 
float min ()
 
double max ()
 
float max ()
 

Static Public Member Functions

__device__ __host__ static T min ()
 
__device__ __host__ static T max ()
 

Detailed Description

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

Definition at line 131 of file DistMatrixCuda.hpp.

Member Function Documentation

◆ max() [1/3]

template<typename T >
__device__ __host__ static T mgx::limits< T >::max ( )
static

◆ max() [2/3]

double mgx::limits< double >::max ( )

Definition at line 140 of file DistMatrixCuda.hpp.

◆ max() [3/3]

float mgx::limits< float >::max ( )

Definition at line 141 of file DistMatrixCuda.hpp.

◆ min() [1/3]

template<typename T >
__device__ __host__ static T mgx::limits< T >::min ( )
static

◆ min() [2/3]

double mgx::limits< double >::min ( )

Definition at line 138 of file DistMatrixCuda.hpp.

◆ min() [3/3]

float mgx::limits< float >::min ( )

Definition at line 139 of file DistMatrixCuda.hpp.


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