ViennaCL - The Vienna Computing Library
1.5.2
|
Helper implementations that deduce the dimensions of the supplied matrix-valued expressions. More...
#include <string>
#include <fstream>
#include <sstream>
#include <cmath>
#include <vector>
#include <map>
#include "viennacl/forwards.h"
#include "viennacl/tools/adapter.hpp"
Go to the source code of this file.
Data Structures | |
struct | MATRIX_SIZE_DEDUCER< LHS, RHS, OP > |
Deduces the size of the resulting vector represented by a vector_expression from the operands. More... | |
Namespaces | |
namespace | viennacl |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
namespace | viennacl::tools |
Namespace for various tools used within ViennaCL. |
Helper implementations that deduce the dimensions of the supplied matrix-valued expressions.