39 #ifndef SHARK_LINALG_PARTLYPRECOMPUTEDMATRIX_H 40 #define SHARK_LINALG_PARTLYPRECOMPUTEDMATRIX_H 67 template <
class Matrix>
91 size_t m_nRows = (size_t)
m_cacheSize / rowSizeBytes;
130 void row(std::size_t k, blas::vector<QpFloatType> &storage)
const 146 storage[j] = (*m_baseMatrix)(k, j);
168 QpFloatType
entry(std::size_t i, std::size_t j)
const