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

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

Public Member Functions

int operator() (T x1, T x2) 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 >::equal< T >

Definition at line 348 of file traits.hpp.

Member Function Documentation

◆ operator()()

template<class T >
int remora::device_traits< cpu_tag >::equal< T >::operator() ( x1,
x2 
) const
inline

Definition at line 352 of file traits.hpp.

Member Data Documentation

◆ left_zero_remains

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

Definition at line 349 of file traits.hpp.

◆ right_zero_remains

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

Definition at line 350 of file traits.hpp.


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