RandomBallCover  1.2.1
 Hosted by GitHub
Namespaces
cl_algo Namespace Reference

Offers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects. More...

Namespaces

 RBC
 Offers classes associated with the Random Ball Cover data structure.
 

Detailed Description

Offers classes which set up kernel execution parameters and provide interfaces for the handling of memory objects.

Note
All the classes assume there is a fully configured clutils::CLEnv environment. This means, there is a known context on which they will operate, there is a known command queue which they will use, and all the necessary kernel code has been compiled. For more info on CLUtils, you can check the online documentation.