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::matrix_element< NumericT, F > Struct Template Reference

Main kernel class for generating OpenCL kernels for elementwise-operations such as element_sin() on/with dense matrix objects of type viennacl::matrix<>. More...

#include <matrix_element.hpp>

Static Public Member Functions

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

Detailed Description

template<typename NumericT, typename F>
struct viennacl::linalg::opencl::kernels::matrix_element< NumericT, F >

Main kernel class for generating OpenCL kernels for elementwise-operations such as element_sin() on/with dense matrix objects of type viennacl::matrix<>.

Definition at line 77 of file matrix_element.hpp.

Member Function Documentation

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

Definition at line 84 of file matrix_element.hpp.

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

Definition at line 79 of file matrix_element.hpp.


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