ViennaCL - The Vienna Computing Library  1.7.0
Free open-source GPU-accelerated linear algebra and solver library.
matrix_size_deducer.hpp File Reference

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.

Classes

struct  viennacl::tools::MATRIX_SIZE_DEDUCER< LHS, RHS, OP >
 Deduces the size of the resulting vector represented by a vector_expression from the operands. More...
 

Namespaces

 viennacl
 Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.
 
 viennacl::tools
 Namespace for various tools used within ViennaCL.
 

Detailed Description

Helper implementations that deduce the dimensions of the supplied matrix-valued expressions.

Definition in file matrix_size_deducer.hpp.