ViennaCL - The Vienna Computing Library  1.5.1
Public Types | Public Member Functions
vector_array_wrapper< NumericT > Class Template Reference

Helper class for accessing a strided subvector of a larger vector. More...

#include <common.hpp>

Public Types

typedef NumericT value_type

Public Member Functions

 vector_array_wrapper (value_type *A, vcl_size_t start, vcl_size_t inc)
value_typeoperator() (vcl_size_t i)

Detailed Description

template<typename NumericT>
class viennacl::linalg::host_based::detail::vector_array_wrapper< NumericT >

Helper class for accessing a strided subvector of a larger vector.


Member Typedef Documentation

typedef NumericT value_type

Constructor & Destructor Documentation

vector_array_wrapper ( value_type A,
vcl_size_t  start,
vcl_size_t  inc 
) [inline]

Member Function Documentation

value_type& operator() ( vcl_size_t  i) [inline]

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