ViennaCL - The Vienna Computing Library  1.7.1
Free open-source GPU-accelerated linear algebra and solver library.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
viennacl::linalg::opencl::kernels::vector< NumericT > 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<typename NumericT>
struct viennacl::linalg::opencl::kernels::vector< NumericT >

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 679 of file vector.hpp.

Member Function Documentation

template<typename NumericT >
static void viennacl::linalg::opencl::kernels::vector< NumericT >::init ( viennacl::ocl::context ctx)
inlinestatic

Definition at line 686 of file vector.hpp.

template<typename NumericT >
static std::string viennacl::linalg::opencl::kernels::vector< NumericT >::program_name ( )
inlinestatic

Definition at line 681 of file vector.hpp.


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