ViennaCL - The Vienna Computing Library  1.5.2
Static Public Member Functions
matrix_solve< NumericT, F1, F2 > Struct Template Reference

Main kernel class for the generation of matrix solve kernels. More...

#include <matrix_solve.hpp>

Static Public Member Functions

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

Detailed Description

template<class NumericT, typename F1, typename F2>
struct viennacl::linalg::opencl::kernels::matrix_solve< NumericT, F1, F2 >

Main kernel class for the generation of matrix solve kernels.

Parameters:
F1Row/Column majority tag for the system matrix
F2Row/Column majority tag for the right hand side matrix

Member Function Documentation

static void init ( viennacl::ocl::context ctx) [inline, static]
static std::string program_name ( ) [inline, static]

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