19 template <
typename T,
typename indexT,
bool columnMajor>
99 void coeff(T newValue);
106 void __attribute__((hot)) operator++();
109 bool operator==(
const InnerIterator &other);
112 bool operator!=(
const InnerIterator &other);
115 bool operator<(
const InnerIterator &other);
118 bool operator>(
const InnerIterator &other);
124 inline __attribute__((hot))
operator bool() {
return indices < endPtr; };
Definition: IVCSC_Vector.hpp:25
InnerIterator()
Definition: CSC_Iterator.hpp:42
Definition: CSC_SparseMatrix.hpp:24
Definition: IVCSC_SparseMatrix.hpp:29
T coeff(uint32_t row, uint32_t col)
Definition: IVCSC_Methods.hpp:17