ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
viennacl::linalg::opencl::kernels::matrix_legacy< NumericT, LayoutT > Struct Template Reference

Main kernel class for generating OpenCL kernels for operations on/with dense matrix objects of type viennacl::matrix<>. More...

#include <matrix.hpp>

Static Public Member Functions

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

Detailed Description

template<typename NumericT, typename LayoutT>
struct viennacl::linalg::opencl::kernels::matrix_legacy< NumericT, LayoutT >

Main kernel class for generating OpenCL kernels for operations on/with dense matrix objects of type viennacl::matrix<>.

Definition at line 772 of file matrix.hpp.

Member Function Documentation

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

Definition at line 779 of file matrix.hpp.

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

Definition at line 774 of file matrix.hpp.


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