|
ViennaCL - The Vienna Computing Library
1.5.1
|
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"#include "viennacl/meta/result_of.hpp"Go to the source code of this file.
Namespaces | |
| namespace | viennacl |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
| namespace | viennacl::traits |
Namespace providing traits-information as well as generic wrappers to common routines for vectors and matrices such as size() or clear() | |
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 &) |
| 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 &) |
| 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 &) |
Extracts the underlying OpenCL start index handle from a vector, a matrix, an expression etc.
1.7.6.1