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 268 of file forwards.h.
|
inline |
Definition at line 1066 of file vector.hpp.
|
inline |
Definition at line 1071 of file vector.hpp.
|
inline |
Definition at line 1079 of file vector.hpp.
|
inline |
Definition at line 1085 of file vector.hpp.
|
inline |
Definition at line 1094 of file vector.hpp.
|
inline |
Definition at line 1101 of file vector.hpp.
|
inline |
Definition at line 1113 of file vector.hpp.
|
inline |
Definition at line 1119 of file vector.hpp.
|
inline |
Definition at line 1131 of file vector.hpp.
|
inline |
Definition at line 1132 of file vector.hpp.
|
inline |
Definition at line 1129 of file vector.hpp.
|
inline |
Definition at line 1128 of file vector.hpp.