| buildProgram | Build the OpenCL program |
| createBuffer | Creates the right OpenCL buffer given an R Object |
| createBufferFloatVector | Creates a Vector of Floats for OpenCL to use as buffer |
| createBufferIntegerVector | Creates a Vector of Integers for OpenCL to use as buffer |
| createCommandQueue | Creates the OpenCL command queue |
| createContext | Creates an OpenCL context |
| createContextFromType | Creates an OpenCL context for a given device type |
| createKernel | Creates an OpenCL kernel |
| createProgram | Creates an OpenCL program. |
| createProgramWithSource | Creates an OpenCL program |
| enqueueNDRangeKernel | Enqueues an NDRangeKernel |
| enqueueReadBuffer | Enqueues a read buffer |
| enqueueReadBufferFloatVector | Enqueues a read buffer for a vector of floats. |
| enqueueReadBufferIntegerVector | Enqueues a read buffer for a vector of integers. |
| enqueueWriteBuffer | Enqueues a write buffer |
| enqueueWriteBufferFloatVector | Enqueues a write buffer for a vector of floats. |
| enqueueWriteBufferIntegerVector | Enqueues a write buffer for a vector of integers. |
| getContextInfo | Retreives information of the OpenCL context. |
| getDeviceIDs | Retreives the different IDs of the available OpenCL devices. |
| getPlatformIDs | Retreives the different IDs of the available OpenCL... |
| getPlatformName | Retreives the name of the given OpenCL platform. |
| getProgramInfo | Retreives information about the given OpenCL program. |
| ROpenCL-package | Provide an easy interface to OpenCL computing. |
| setKernelArgInt | Sets a kernel argument with an integer value. |
| setKernelArgMem | Sets a kernel argument with a given buffer. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.