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

◆ left()

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

Definition at line 183 of file NAG.hpp.

184 {
185 return mMap.lower_bound(key - mEpsilon);
186 }
Weight mEpsilon
Definition NAG.hpp:180
std::map< Weight, int > mMap
Definition NAG.hpp:178

References mEpsilon, and mMap.

Referenced by lookup().