Searched refs:lowerProfileSize (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineStorage.h | 87 …void reserve(Index size, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lo… in reserve() argument 90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize); in reserve() 98 …void resize(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index… 100 …reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp… 105 m_lowerProfileSize = lowerProfileSize; 124 inline Index lowerProfileSize() const { in lowerProfileSize() function 203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument 209 Index* lowerProfile = new Index[lowerProfileSize]; in reallocate() 215 Index copyLowerProfileSize = (std::min)(lowerProfileSize, m_lowerProfileSize); in reallocate()
|
D | SkylineMatrix.h | 707 for (Index i = 0; i < m.m_data.lowerProfileSize(); i++) 711 for (Index i = 0; i < m.m_data.lowerProfileSize(); i++)
|