remora::device_traits< cpu_tag >::max< T > Struct Template Reference

#include <shark/LinAlg/BLAS/cpu/traits.hpp>

Public Member Functions

operator() (T x, T y) const
 

Static Public Attributes

static const bool left_zero_remains = false
 
static const bool right_zero_remains = false
 

Detailed Description

template<>
template<class T>
struct remora::device_traits< cpu_tag >::max< T >

Definition at line 297 of file traits.hpp.

Member Function Documentation

◆ operator()()

template<class T >
T remora::device_traits< cpu_tag >::max< T >::operator() ( x,
y 
) const
inline

Definition at line 301 of file traits.hpp.

References remora::max().

Member Data Documentation

◆ left_zero_remains

template<class T >
const bool remora::device_traits< cpu_tag >::max< T >::left_zero_remains = false
static

Definition at line 298 of file traits.hpp.

◆ right_zero_remains

template<class T >
const bool remora::device_traits< cpu_tag >::max< T >::right_zero_remains = false
static

Definition at line 299 of file traits.hpp.


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