ViennaCL - The Vienna Computing Library
1.5.1
|
A class for holding meta information such as the type or the underlying scalar type of an expression (such as x = inner_prod(y, z)). More...
#include <forwards.h>
Public Member Functions | |
expression_key_type | make_key () const |
bool | operator== (expression_descriptor const &other) const |
Data Fields | |
expression_type_family | type_family |
expression_type | type |
vcl_size_t | scalartype_size |
A class for holding meta information such as the type or the underlying scalar type of an expression (such as x = inner_prod(y, z)).
expression_key_type make_key | ( | ) | const [inline] |
bool operator== | ( | expression_descriptor const & | other | ) | const [inline] |