Searched refs:upperProfileSize (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… 104 m_upperProfileSize = upperProfileSize; 120 inline Index upperProfileSize() const { in upperProfileSize() function 203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() argument 208 Index* upperProfile = new Index[upperProfileSize]; in reallocate() 214 Index copyUpperProfileSize = (std::min)(upperProfileSize, m_upperProfileSize); in reallocate()
|
D | SkylineMatrix.h | 693 for (Index i = 0; i < m.m_data.upperProfileSize(); i++) 697 for (Index i = 0; i < m.m_data.upperProfileSize(); i++)
|