Macaulay2 Engine
Loading...
Searching...
No Matches

◆ right()

decltype(mMap) ::const_iterator PointArray::right ( Weight key) const
inlineprivate

Definition at line 187 of file NAG.hpp.

188 {
189 return mMap.upper_bound(key + mEpsilon);
190 }
Weight mEpsilon
Definition NAG.hpp:180
std::map< Weight, int > mMap
Definition NAG.hpp:178

References mEpsilon, and mMap.

Referenced by lookup().