Rebel Fork Framework
|
Public Types | |
typedef T | element_type |
typedef ea::remove_cv_t< T > | value_type |
Public Member Functions | |
SparseSpan (const ea::span< T > &data, const ea::span< unsigned > &indices) | |
SparseSpan (T *data, unsigned *indices) | |
T & | operator[] (unsigned index) const |
Public Attributes | |
T * | data_ |
unsigned * | indices_ |