Namespaces | Functions

/data/development/ViennaCL/dev/viennacl/traits/start.hpp File Reference

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)

Detailed Description

Extracts the underlying OpenCL start index handle from a vector, a matrix, an expression etc.