1 #ifndef VIENNACL_LINALG_DETAIL_SPAI_BLOCK_VECTOR_HPP
2 #define VIENNACL_LINALG_DETAIL_SPAI_BLOCK_VECTOR_HPP
viennacl::ocl::handle< cl_mem > & handle1()
Return handle to start indices.
Definition: block_vector.hpp:60
const viennacl::ocl::handle< cl_mem > & handle1() const
Return handle to const start indices.
Definition: block_vector.hpp:69
viennacl::ocl::handle< cl_mem > & handle()
Return handle to the elements.
Definition: block_vector.hpp:56
const viennacl::ocl::handle< cl_mem > & handle() const
Return handle to the const elements.
Definition: block_vector.hpp:65
Implementations of the OpenCL backend, where all contexts are stored in.
Represents a contigious vector on GPU.
Definition: block_vector.hpp:49