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

/external/eigen/unsupported/Eigen/src/Skyline/
H A 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(inne
[all...]
H A DSkylineStorage.h160 inline Index& upperProfile(Index i) { function in class:Eigen::SkylineStorage
164 inline const Index& upperProfile(Index i) const { function in class:Eigen::SkylineStorage
176 static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, Scalar* lower, Index size, Index upperSize, Index lowerSize) { argument
178 res.m_upperProfile = upperProfile;
208 Index* upperProfile = new Index[upperProfileSize]; local
221 memcpy(upperProfile, m_upperProfile, copyUpperProfileSize * sizeof (Index));
235 m_upperProfile = upperProfile;

Completed in 151 milliseconds