|
ViennaCL - The Vienna Computing Library
1.1.2
|
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.
Implementation of a helper meta class for deducing the correct kernels for the dense matrix solver.
1.7.6.1