Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_identity_100
Method
time_identity_100
benchmarks/benchmarks/bench_core.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
np.eye(100)
80
81
def
time_identity_100(self):
82
np.identity(100)
83
84
def
time_eye_3000(self):
85
np.eye(3000)
Callers
nothing calls this directly
Calls
1
identity
Method · 0.80
Tested by
no test coverage detected