clSPARSE
v0.10.0.0
a software library containing Sparse functions written in OpenCL
|
Files | |
file | clSPARSE-1x.h [code] |
clSPARSE-1x.h defines public types specific to OpenCL 1.x API's. This file is kept as a strictly 'C' compatible interface. | |
file | clSPARSE-2x.h [code] |
clSPARSE-2x.h defines public types specific to OpenCL 2.x API's. This file is kept as a strictly 'C' compatible interface. | |
file | clSPARSE-error.h [code] |
defines 'C' compatible macros and inline functions to help pretty print error messages from clSPARSE library | |
file | clSPARSE-xx.h [code] |
clSPARSE-xx.h defines public types used by any OpenCL version | |
file | clSPARSE.h [code] |
clSPARSE.h defines 'C' compatible callable functions and types that call into the library | |
file | clsparseTimer-extern.hpp [code] |
A timer class that provides a cross platform timer for use in timing code progress with a high degree of accuracy. This class is implemented entirely in the header, to facilitate inclusion into multiple projects without needing to compile an object file for each project. | |
file | clsparseTimer.hpp [code] |
A timer class that provides a cross platform timer for use in timing code progress with a high degree of accuracy. This class is implemented entirely in the header, to facilitate inclusion into multiple projects without needing to compile an object file for each project. | |
file | loadDynamicLibrary.hpp [code] |
Abstracts platform differences to loading dynamic libraries at runtime. | |