Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
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()
209 Index* lowerProfile = new Index[lowerProfileSize]; in reallocate() local