|
ViennaCL - The Vienna Computing Library
1.5.1
|
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. | |
| viennacl::ocl::handle< cl_mem > & | handle1 () |
| Returns a handle to the matrix dimensions. | |
| viennacl::ocl::handle< cl_mem > & | handle2 () |
| Returns a handle to the start indices of matrix. | |
| const viennacl::ocl::handle < cl_mem > & | handle () const |
| Returns a handle to the const elements. | |
| const viennacl::ocl::handle < cl_mem > & | handle1 () const |
| Returns a handle to the const matrix dimensions. | |
| const viennacl::ocl::handle < cl_mem > & | handle2 () const |
| Returns a handle to the const start indices of matrix. | |
Represents a contigious matrices on GPU.
| viennacl::ocl::handle<cl_mem>& handle | ( | ) | [inline] |
Returns a handle to the elements.
| const viennacl::ocl::handle<cl_mem>& handle | ( | ) | const [inline] |
Returns a handle to the const elements.
| viennacl::ocl::handle<cl_mem>& handle1 | ( | ) | [inline] |
Returns a handle to the matrix dimensions.
| const viennacl::ocl::handle<cl_mem>& handle1 | ( | ) | const [inline] |
Returns a handle to the const matrix dimensions.
| viennacl::ocl::handle<cl_mem>& handle2 | ( | ) | [inline] |
Returns a handle to the start indices of matrix.
| const viennacl::ocl::handle<cl_mem>& handle2 | ( | ) | const [inline] |
Returns a handle to the const start indices of matrix.
1.7.6.1