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

Main kernel class for generating OpenCL kernels for incomplete LU factorization preconditioners. More...

#include <ilu.hpp>

Static Public Member Functions

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

Detailed Description

template<class NumericT>
struct viennacl::linalg::opencl::kernels::ilu< NumericT >

Main kernel class for generating OpenCL kernels for incomplete LU factorization preconditioners.

Definition at line 453 of file ilu.hpp.

Member Function Documentation

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

Definition at line 460 of file ilu.hpp.

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

Definition at line 455 of file ilu.hpp.


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