ViennaCL - The Vienna Computing Library  1.5.1
Static Public Member Functions
vector< TYPE > Struct Template Reference

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 <vector.hpp>

Static Public Member Functions

static std::string program_name ()
 
static void init (viennacl::ocl::context &ctx)
 

Detailed Description

template<class TYPE>
struct viennacl::linalg::opencl::kernels::vector< TYPE >

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.

Member Function Documentation

static void init ( viennacl::ocl::context ctx)
inlinestatic
static std::string program_name ( )
inlinestatic

The documentation for this struct was generated from the following file: