remora::device_traits< cpu_tag >::pow< 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 >::pow< T >

Definition at line 175 of file traits.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 179 of file traits.hpp.

Member Data Documentation

◆ left_zero_remains

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

Definition at line 176 of file traits.hpp.

◆ right_zero_remains

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

Definition at line 177 of file traits.hpp.


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