Tuple class holding pointers to multiple vectors. Mainly used as a temporary object returned from viennacl::tie(). More...
#include <forwards.h>
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().
Definition at line 269 of file forwards.h.
|
inline |
Definition at line 1080 of file vector.hpp.
|
inline |
Definition at line 1085 of file vector.hpp.
|
inline |
Definition at line 1093 of file vector.hpp.
|
inline |
Definition at line 1099 of file vector.hpp.
|
inline |
Definition at line 1108 of file vector.hpp.
|
inline |
Definition at line 1115 of file vector.hpp.
|
inline |
Definition at line 1127 of file vector.hpp.
|
inline |
Definition at line 1133 of file vector.hpp.
|
inline |
Definition at line 1145 of file vector.hpp.
|
inline |
Definition at line 1146 of file vector.hpp.
|
inline |
Definition at line 1143 of file vector.hpp.
|
inline |
Definition at line 1142 of file vector.hpp.