Bolt  1.3
C++ template library with support for OpenCL
Classes | Namespaces | Macros
functional.h File Reference

List all the unary and binary functions. More...

#include "bolt/amp/bolt.h"

Go to the source code of this file.

Classes

struct  bolt::amp::unary_function< Argument1, Result >
 
struct  bolt::amp::binary_function< Argument1, Argument2, Result >
 
struct  bolt::amp::square< T >
 
struct  bolt::amp::cube< T >
 
struct  bolt::amp::negate< T >
 
struct  bolt::amp::plus< T >
 
struct  bolt::amp::minus< T >
 
struct  bolt::amp::multiplies< T >
 
struct  bolt::amp::divides< T >
 
struct  bolt::amp::maximum< T >
 
struct  bolt::amp::minimum< T >
 
struct  bolt::amp::modulus< T >
 
struct  bolt::amp::bit_and< T >
 
struct  bolt::amp::bit_or< T >
 
struct  bolt::amp::bit_xor< T >
 
struct  bolt::amp::logical_not< T >
 
struct  bolt::amp::equal_to< T >
 
struct  bolt::amp::not_equal_to< T >
 
struct  bolt::amp::greater< T >
 
struct  bolt::amp::identity< T >
 
struct  bolt::amp::less< T >
 
struct  bolt::amp::greater_equal< T >
 
struct  bolt::amp::less_equal< T >
 
struct  bolt::amp::logical_and< T >
 
struct  bolt::amp::logical_or< T >
 
struct  bolt::amp::equal_to_value< T >
 
struct  bolt::amp::not_pred< predicate, T >
 

Namespaces

namespace  bolt
 Defining namespace for the Bolt project.
 
namespace  bolt::amp
 Namespace containing AMP related data types and functions.
 

Detailed Description

List all the unary and binary functions.