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

Main kernel class for generating specialized OpenCL kernels for fast iterative solvers. More...

#include <iterative.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::iterative< NumericT >

Main kernel class for generating specialized OpenCL kernels for fast iterative solvers.

Definition at line 1556 of file iterative.hpp.

Member Function Documentation

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

Definition at line 1563 of file iterative.hpp.

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

Definition at line 1558 of file iterative.hpp.


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