Main kernel class for generating OpenCL kernels for operations on/with viennacl::vector<> without involving matrices, multiple inner products, or element-wise operations other than addition or subtraction. More...
#include <matrix.hpp>
Static Public Member Functions | |
static device_specific::execution_handler & | execution_handler (bool is_row_major, viennacl::ocl::context &ctx) |
Main kernel class for generating OpenCL kernels for operations on/with viennacl::vector<> without involving matrices, multiple inner products, or element-wise operations other than addition or subtraction.
Definition at line 489 of file matrix.hpp.
static device_specific::execution_handler& viennacl::linalg::opencl::kernels::matrix< NumericT >::execution_handler | ( | bool | is_row_major, |
viennacl::ocl::context & | ctx | ||
) | [inline, static] |
Definition at line 541 of file matrix.hpp.