Data Structures | Namespaces

/data/development/ViennaCL/dev/viennacl/tools/matrix_kernel_class_deducer.hpp File Reference

Implementation of a helper meta class for deducing the correct kernels for the supplied matrix. More...

#include <string>
#include <fstream>
#include <sstream>
#include "viennacl/forwards.h"
#include "viennacl/linalg/kernels/matrix_col_kernels.h"
#include "viennacl/linalg/kernels/matrix_row_kernels.h"
#include <vector>
#include <map>

Go to the source code of this file.

Data Structures

struct  MATRIX_KERNEL_CLASS_DEDUCER< MatrixType1 >
 Implementation of a helper meta class for deducing the correct kernels for the supplied matrix. More...
struct  MATRIX_KERNEL_CLASS_DEDUCER< viennacl::matrix< SCALARTYPE, viennacl::row_major, ALIGNMENT > >
struct  MATRIX_KERNEL_CLASS_DEDUCER< viennacl::matrix< SCALARTYPE, viennacl::column_major, ALIGNMENT > >
struct  MATRIX_KERNEL_CLASS_DEDUCER< viennacl::matrix_range< T > >

Namespaces

namespace  viennacl
namespace  viennacl::tools

Detailed Description

Implementation of a helper meta class for deducing the correct kernels for the supplied matrix.