Home
last modified time | relevance | path

Searched refs:yVal (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/som/
H A Dsom.hpp151 SOM_element &at(int xVal, int yVal) { in at() argument
152 return my_map[xVal][yVal]; in at()