Searched defs:lowerProfile (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h168 inline Index& lowerProfile(Index i) { function in class:Eigen::SkylineStorage
172 inline const Index& lowerProfile(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
179 res.m_lowerProfile = lowerProfile;
209 Index* lowerProfile = new Index[lowerProfileSize]; local
222 memcpy(lowerProfile, m_lowerProfile, copyLowerProfileSize * sizeof (Index));
236 m_lowerProfile = lowerProfile;

Completed in 45 milliseconds