Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ time_identity_100
Method
time_identity_100
benchmarks/benchmarks/bench_core.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
np.eye(100)
84
85
def
time_identity_100(self):
86
np.identity(100)
87
88
def
time_eye_3000(self):
89
np.eye(3000)
Callers
nothing calls this directly
Calls
1
identity
Method · 0.80
Tested by
no test coverage detected