ViennaCL - The Vienna Computing Library  1.5.1
Static Public Member Functions
matrix_prod< NumericT, F_A, F_B, F_C > Struct Template Reference

Main kernel class for the generation of matrix-matrix product kernels C = A * B. More...

#include <matrix_prod.hpp>

Static Public Member Functions

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

Detailed Description

template<class NumericT, typename F_A, typename F_B, typename F_C>
struct viennacl::linalg::opencl::kernels::matrix_prod< NumericT, F_A, F_B, F_C >

Main kernel class for the generation of matrix-matrix product kernels C = A * B.

Parameters:
F_ARow/Column majority tag for A
F_BRow/Column majority tag for B
F_CRow/Column majority tag for C

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: