ViennaCL - The Vienna Computing Library  1.5.0
Public Member Functions | Data Fields
expression_descriptor Struct Reference

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

Detailed Description

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)).


Member Function Documentation

expression_key_type make_key ( ) const [inline]
bool operator== ( expression_descriptor const &  other) const [inline]

Field Documentation


The documentation for this struct was generated from the following file: