ViennaCL - The Vienna Computing Library
1.5.2
|
Namespace containing many meta-functions. More...
Data Structures | |
struct | alignment |
Retrieves the alignment from a vector. Deprecated - will be replaced by a pure runtime facility in the future. More... | |
struct | orientation_functor |
Returns the orientation functor tag (either row_major or column_major) of a matrix. More... | |
struct | size_type |
Generic meta-function for retrieving the size_type associated with type T. More... | |
struct | value_type |
Generic helper function for retrieving the value_type associated with type T. More... | |
struct | cpu_value_type |
Helper meta function for retrieving the main RAM-based value type. Particularly important to obtain T from viennacl::scalar<T> in a generic way. More... | |
struct | cl_type |
Metafunction for deducing the OpenCL type for a numeric type, e.g. float -> cl_float. More... | |
Namespace containing many meta-functions.