#include <shark/LinAlg/BLAS/gpu/traits.hpp>
Public Member Functions | |
subrange_iterator ()=default | |
subrange_iterator (Iterator const &it, Iterator const &, std::size_t startIterIndex, std::size_t) | |
template<class I > | |
subrange_iterator (subrange_iterator< I > other) | |
template<class I > | |
subrange_iterator & | operator= (subrange_iterator< I > const &other) |
size_t | get_index () const |
template<class Expr > | |
auto | operator[] (Expr const &expr) const -> decltype(std::declval< Iterator >()[expr]) |
Friends | |
class | ::boost::iterator_core_access |
template<class > | |
class | subrange_iterator |
Definition at line 293 of file traits.hpp.
|
default |
|
inline |
Definition at line 301 of file traits.hpp.
|
inline |
Definition at line 305 of file traits.hpp.
|
inline |
Definition at line 313 of file traits.hpp.
|
inline |
Definition at line 308 of file traits.hpp.
|
inline |
Definition at line 319 of file traits.hpp.
|
friend |
Definition at line 324 of file traits.hpp.
Definition at line 366 of file traits.hpp.