Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h160 inline Index& upperProfile(Index i) { in upperProfile() function
164 inline const Index& upperProfile(Index i) const { in upperProfile() function
176 …static SkylineStorage Map(Index* upperProfile, Index* lowerProfile, Scalar* diag, Scalar* upper, S… in Map()
208 Index* upperProfile = new Index[upperProfileSize]; in reallocate() local