Searched refs:lowerProfile (Results 1 – 2 of 2) sorted by relevance
139 return &m_data.lowerProfile(0);143 return &m_data.lowerProfile(0);167 const Index minInnerIndex = outer - m_data.lowerProfile(outer);169 … return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));185 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);214 const Index minInnerIndex = outer - m_data.lowerProfile(outer);216 … return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));227 const Index maxInnerIndex = outer + m_data.lowerProfile(outer);249 const Index minInnerIndex = outer - m_data.lowerProfile(outer);251 … return this->m_data.lower(m_rowStartIndex[outer] + inner - (outer - m_data.lowerProfile(outer)));[all …]
168 inline Index& lowerProfile(Index i) { in lowerProfile() function172 inline const Index& lowerProfile(Index i) const { in lowerProfile() function176 …static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, S… in Map() argument179 res.m_lowerProfile = lowerProfile; in Map()209 Index* lowerProfile = new Index[lowerProfileSize]; in reallocate() local222 memcpy(lowerProfile, m_lowerProfile, copyLowerProfileSize * sizeof (Index)); in reallocate()236 m_lowerProfile = lowerProfile; in reallocate()