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