Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ Sortee
Method
Sortee
numpy/core/src/npysort/selection.cpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
struct Sortee {
69
type *v;
70
Sortee(type *v, npy_intp *) : v(v) {}
71
type &operator()(npy_intp i) const { return v[i]; }
72
};
73
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected