Home
last modified time | relevance | path

Searched refs:lowerProfile (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrix.h139 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 …]
DSkylineStorage.h168 inline Index& lowerProfile(Index i) { in lowerProfile() function
172 inline const Index& lowerProfile(Index i) const { in lowerProfile() function
176 …static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, S… in Map() argument
179 res.m_lowerProfile = lowerProfile; in Map()
209 Index* lowerProfile = new Index[lowerProfileSize]; in reallocate() local
222 memcpy(lowerProfile, m_lowerProfile, copyLowerProfileSize * sizeof (Index)); in reallocate()
236 m_lowerProfile = lowerProfile; in reallocate()