19 template <
typename T,
typename indexT,
bool columnMajor>
100 void coeff(T newValue);
107 void __attribute__((hot)) operator++();
110 bool operator==(
const InnerIterator &other);
113 bool operator!=(
const InnerIterator &other);
116 bool operator<(
const InnerIterator &other);
119 bool operator>(
const InnerIterator &other);
125 inline __attribute__((hot))
operator bool() {
return indices < endPtr; };
Definition: IVCSC_Vector.hpp:27
InnerIterator()
Definition: CSC_Iterator.hpp:43
Definition: CSC_SparseMatrix.hpp:24
Definition: IVCSC_SparseMatrix.hpp:27
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17