24 template <
typename T,
typename indexT, u
int8_t compressionLevel,
bool columnMajor>
35 uint8_t indexWidth = 1;
40 bool firstIndex =
true;
45 void __attribute__((hot)) decodeIndex();
113 void coeff(T newValue);
125 void __attribute__((hot)) operator++();
140 inline __attribute__((hot))
operator bool() {
141 return ((
char *)endPtr - indexWidth > data);
Definition: IVCSC_Iterator.hpp:25
InnerIterator()
Definition: IVCSC_Iterator.hpp:57
Definition: IVCSC_Vector.hpp:25
Definition: IVCSC_SparseMatrix.hpp:29
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17