Searched defs:lowerProfile (Results 1 – 1 of 1) sorted by relevance
168 inline Index& lowerProfile(Index i) { in lowerProfile() function172 inline const Index& lowerProfile(Index i) const { in lowerProfile() function176 …static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, S… in Map()209 Index* lowerProfile = new Index[lowerProfileSize]; in reallocate() local