Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ increment_common_iterator
Method
increment_common_iterator
include/pybind11/numpy.h:1967–1971 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1965
}
1966
1967
void increment_common_iterator(size_t dim) {
1968
for (auto &iter : m_common_iterator) {
1969
iter.increment(dim);
1970
}
1971
}
1972
1973
container_type m_shape;
1974
container_type m_index;
Callers
nothing calls this directly
Calls
1
increment
Method · 0.45
Tested by
no test coverage detected