Extracts the underlying OpenCL start index handle from a vector, a matrix, an expression etc. More...
#include <string>#include <fstream>#include <sstream>#include "viennacl/forwards.h"Go to the source code of this file.
Namespaces | |
| namespace | viennacl |
| namespace | viennacl::traits |
Functions | |
| template<typename T > | |
| result_of::size_type< T >::type | start (T const &obj) |
| template<typename ScalarType , unsigned int ALIGNMENT> | |
| result_of::size_type < viennacl::vector< ScalarType, ALIGNMENT > >::type | start (viennacl::vector< ScalarType, ALIGNMENT > const &v) |
| template<typename T > | |
| result_of::size_type< T >::type | start1 (T const &obj) |
| template<typename ScalarType , typename F , unsigned int ALIGNMENT> | |
| result_of::size_type < viennacl::matrix< ScalarType, F, ALIGNMENT > >::type | start1 (viennacl::matrix< ScalarType, F, ALIGNMENT > const &v) |
| template<typename T > | |
| result_of::size_type< T >::type | start2 (T const &obj) |
| template<typename ScalarType , typename F , unsigned int ALIGNMENT> | |
| result_of::size_type < viennacl::matrix< ScalarType, F, ALIGNMENT > >::type | start2 (viennacl::matrix< ScalarType, F, ALIGNMENT > const &v) |
Extracts the underlying OpenCL start index handle from a vector, a matrix, an expression etc.
1.7.1