ViennaCL - The Vienna Computing Library
1.5.2
|
Tuple class holding pointers to multiple vectors. Mainly used as a temporary object returned from viennacl::tie(). More...
#include <vector.hpp>
Public Member Functions | |
vector_tuple (VectorType const &v0, VectorType const &v1) | |
vector_tuple (VectorType &v0, VectorType &v1) | |
vector_tuple (VectorType const &v0, VectorType const &v1, VectorType const &v2) | |
vector_tuple (VectorType &v0, VectorType &v1, VectorType &v2) | |
vector_tuple (VectorType const &v0, VectorType const &v1, VectorType const &v2, VectorType const &v3) | |
vector_tuple (VectorType &v0, VectorType &v1, VectorType &v2, VectorType &v3) | |
vector_tuple (std::vector< VectorType const * > const &vecs) | |
vector_tuple (std::vector< VectorType * > const &vecs) | |
vcl_size_t | size () const |
vcl_size_t | const_size () const |
VectorType & | at (vcl_size_t i) const |
VectorType const & | const_at (vcl_size_t i) const |
Tuple class holding pointers to multiple vectors. Mainly used as a temporary object returned from viennacl::tie().
vector_tuple | ( | VectorType const & | v0, |
VectorType const & | v1 | ||
) | [inline] |
vector_tuple | ( | VectorType & | v0, |
VectorType & | v1 | ||
) | [inline] |
vector_tuple | ( | VectorType const & | v0, |
VectorType const & | v1, | ||
VectorType const & | v2 | ||
) | [inline] |
vector_tuple | ( | VectorType & | v0, |
VectorType & | v1, | ||
VectorType & | v2 | ||
) | [inline] |
vector_tuple | ( | VectorType const & | v0, |
VectorType const & | v1, | ||
VectorType const & | v2, | ||
VectorType const & | v3 | ||
) | [inline] |
vector_tuple | ( | VectorType & | v0, |
VectorType & | v1, | ||
VectorType & | v2, | ||
VectorType & | v3 | ||
) | [inline] |
vector_tuple | ( | std::vector< VectorType const * > const & | vecs | ) | [inline] |
vector_tuple | ( | std::vector< VectorType * > const & | vecs | ) | [inline] |
VectorType& at | ( | vcl_size_t | i | ) | const [inline] |
VectorType const& const_at | ( | vcl_size_t | i | ) | const [inline] |
vcl_size_t const_size | ( | ) | const [inline] |
vcl_size_t size | ( | ) | const [inline] |