39 #ifndef SHARK_LINALG_PARTLYPRECOMPUTEDMATRIX_H 40 #define SHARK_LINALG_PARTLYPRECOMPUTEDMATRIX_H 67 template <
class Matrix>
92 size_t m_nRows = (size_t)
m_cacheSize / rowSizeBytes;
94 throw SHARKEXCEPTION(
"Cache size is smaller than the size of a row!");
148 storage[j] = (*m_baseMatrix)(k, j);
170 QpFloatType
entry(std::size_t i, std::size_t j)
const