Macaulay2 Engine
Loading...
Searching...
No Matches
◆
right()
decltype(
mMap
) ::const_iterator PointArray::right
(
Weight
key
)
const
inline
private
Definition at line
187
of file
NAG.hpp
.
188
{
189
return
mMap
.upper_bound(key +
mEpsilon
);
190
}
PointArray::mEpsilon
Weight mEpsilon
Definition
NAG.hpp:180
PointArray::mMap
std::map< Weight, int > mMap
Definition
NAG.hpp:178
References
mEpsilon
, and
mMap
.
Referenced by
lookup()
.
PointArray
Generated on
for Macaulay2 Engine by
1.15.0