|
ViennaCL - The Vienna Computing Library
1.2.0
|
Implementation of a helper meta class for deducing the correct kernels for the dense matrix solver. More...
#include <string>#include <fstream>#include <sstream>#include "viennacl/forwards.h"#include "viennacl/linalg/kernels/matrix_solve_col_col_kernels.h"#include "viennacl/linalg/kernels/matrix_solve_col_row_kernels.h"#include "viennacl/linalg/kernels/matrix_solve_row_col_kernels.h"#include "viennacl/linalg/kernels/matrix_solve_row_row_kernels.h"#include <vector>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::tools |
Implementation of a helper meta class for deducing the correct kernels for the dense matrix solver.
1.8.1.2