SkelCL
SkelCL is a high level multi GPU skeleton library developed at the university of Münster, Germany.
|
An overview of all container data types offered by SkelCL. More...
Modules | |
Matrix | |
Two dimensional container data structures. | |
Vector | |
One dimensional container data structures. | |
Classes | |
class | skelcl::Matrix< IndexPoint > |
The IndexMatrix (a.k.a. Matrix<IndexPoint>) class is a special implementation of a Matrix with Elements of type IndexPoint. More... | |
class | skelcl::Vector< Index > |
The IndexVector (a.k.a. Vector<Index>) class is a special implementation of a Vector with Elements of type Index. More... | |
class | skelcl::Matrix< T > |
The Matrix class is a two dimensional container which makes its data accessible on the host as well as on the devices. More... | |
class | skelcl::Vector< T > |
The Vector class is a one dimensional container which makes its data accessible on the host as well as on the devices. More... | |
An overview of all container data types offered by SkelCL.