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

Method time_identity_3000

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

Source from the content-addressed store, hash-verified

85 np.eye(3000)
86
87 def time_identity_3000(self):
88 np.identity(3000)
89
90 def time_diag_l100(self):
91 np.diag(self.l100)

Callers

nothing calls this directly

Calls 1

identityMethod · 0.80

Tested by

no test coverage detected