#include <shark/LinAlg/BLAS/gpu/traits.hpp>
Public Member Functions | |
indexed_iterator ()=default | |
indexed_iterator (Closure const &closure, std::size_t index) | |
template<class C > | |
indexed_iterator (indexed_iterator< C > const &other) | |
template<class C > | |
indexed_iterator & | operator= (indexed_iterator< C > const &other) |
size_t | get_index () const |
template<class Expr > | |
auto | operator[] (Expr const &expr) const -> decltype(std::declval< Closure >()(expr)) |
Friends | |
class | ::boost::iterator_core_access |
template<class > | |
class | indexed_iterator |
Definition at line 210 of file traits.hpp.
|
default |
|
inline |
Definition at line 218 of file traits.hpp.
|
inline |
Definition at line 223 of file traits.hpp.
|
inline |
Definition at line 234 of file traits.hpp.
|
inline |
Definition at line 228 of file traits.hpp.
|
inline |
Definition at line 240 of file traits.hpp.
|
friend |
Definition at line 245 of file traits.hpp.
Definition at line 288 of file traits.hpp.