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 > > |
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::tools |
Implementation of a helper meta class for deducing the correct kernels for the supplied matrix.
1.7.1