ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
viennacl::linalg::opencl::kernels::matrix_convert Struct Reference

Main kernel class for vector conversion routines (e.g. convert vector<int> to vector<float>). More...

#include <matrix.hpp>

Static Public Member Functions

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

Detailed Description

Main kernel class for vector conversion routines (e.g. convert vector<int> to vector<float>).

Definition at line 860 of file matrix.hpp.

Member Function Documentation

static void viennacl::linalg::opencl::kernels::matrix_convert::init ( viennacl::ocl::context ctx)
inlinestatic

Definition at line 869 of file matrix.hpp.

static std::string viennacl::linalg::opencl::kernels::matrix_convert::program_name ( )
inlinestatic

Definition at line 864 of file matrix.hpp.


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