Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrix.h131 return &m_data.upperProfile(0);
135 return &m_data.upperProfile(0);
159 const Index minOuterIndex = inner - m_data.upperProfile(inner);
161 … return this->m_data.upper(m_colStartIndex[inner] + outer - (inner - m_data.upperProfile(inner)));
177 const Index maxOuterIndex = inner + m_data.upperProfile(inner);
208 const Index minOuterIndex = inner - m_data.upperProfile(inner);
210 … return this->m_data.upper(m_colStartIndex[inner] + outer - (inner - m_data.upperProfile(inner)));
221 const Index maxOuterIndex = inner + m_data.upperProfile(inner);
273 const Index minOuterIndex = inner - m_data.upperProfile(inner);
275 … return this->m_data.upper(m_colStartIndex[inner] + outer - (inner - m_data.upperProfile(inner)));
[all …]
DSkylineStorage.h160 inline Index& upperProfile(Index i) { in upperProfile() function
164 inline const Index& upperProfile(Index i) const { in upperProfile() function
176 …static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, S… in Map() argument
178 res.m_upperProfile = upperProfile; in Map()
208 Index* upperProfile = new Index[upperProfileSize]; in reallocate() local
221 memcpy(upperProfile, m_upperProfile, copyUpperProfileSize * sizeof (Index)); in reallocate()
235 m_upperProfile = upperProfile; in reallocate()