MCPcopy Create free account
hub / github.com/numpy/numpy / time_identity_3000

Method time_identity_3000

benchmarks/benchmarks/bench_core.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 np.eye(3000)
90
91 def time_identity_3000(self):
92 np.identity(3000)
93
94 def time_diag_l100(self):
95 np.diag(self.l100)

Callers

nothing calls this directly

Calls 1

identityMethod · 0.80

Tested by

no test coverage detected