24 template <
typename T,
typename indexT, u
int8_t compressionLevel,
bool columnMajor>
36 uint8_t indexWidth = 1;
41 bool firstIndex =
true;
46 void __attribute__((hot)) decodeIndex();
112 void coeff(T newValue);
124 void __attribute__((hot)) operator++();
139 inline __attribute__((hot))
operator bool() {
return ((
char *)endPtr - indexWidth > data); }
Definition: IVCSC_Iterator.hpp:25
InnerIterator()
Definition: IVCSC_Iterator.hpp:58
Definition: IVCSC_Vector.hpp:27
Definition: IVCSC_SparseMatrix.hpp:27
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17