ViennaCL - The Vienna Computing Library
1.5.2
|
Represents a contigious matrices on GPU. More...
#include <block_matrix.hpp>
Public Member Functions | |
viennacl::ocl::handle< cl_mem > & | handle () |
Returns a handle to the elements. More... | |
viennacl::ocl::handle< cl_mem > & | handle1 () |
Returns a handle to the matrix dimensions. More... | |
viennacl::ocl::handle< cl_mem > & | handle2 () |
Returns a handle to the start indices of matrix. More... | |
const viennacl::ocl::handle < cl_mem > & | handle () const |
Returns a handle to the const elements. More... | |
const viennacl::ocl::handle < cl_mem > & | handle1 () const |
Returns a handle to the const matrix dimensions. More... | |
const viennacl::ocl::handle < cl_mem > & | handle2 () const |
Returns a handle to the const start indices of matrix. More... | |
Represents a contigious matrices on GPU.
|
inline |
Returns a handle to the elements.
|
inline |
Returns a handle to the const elements.
|
inline |
Returns a handle to the matrix dimensions.
|
inline |
Returns a handle to the const matrix dimensions.
|
inline |
Returns a handle to the start indices of matrix.
|
inline |
Returns a handle to the const start indices of matrix.