Speclib  0.1.2
The library for writing better CUDA libraries
Scalar Operations

Mathematical operations for scalars. More...

Functions

 sp::f::AS_BINARY_FUNCTOR (Pow, std::pow, { static constexpr bool HasIdentity=true;template< typename T > static constexpr T Identity=T{1};}) AS_BINARY_FUNCTOR(Hypot
 
 sp::f::AS_UNARY_FUNCTOR (Sin, std::sin, { static constexpr bool Odd=true;}) AS_UNARY_FUNCTOR(Cos
 
 sp::f::AS_UNARY_FUNCTOR (Tan, std::tan, { static constexpr bool Odd=true;}) AS_UNARY_FUNCTOR(Sinh
 
 sp::f::AS_UNARY_FUNCTOR (Cosh, std::cosh, { static constexpr bool Even=true;}) AS_UNARY_FUNCTOR(Tanh
 

Detailed Description

Mathematical operations for scalars.