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

Method time_linalg

benchmarks/benchmarks/bench_import.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 self.execute('from numpy import fft')
23
24 def time_linalg(self):
25 self.execute('from numpy import linalg')
26
27 def time_ma(self):
28 self.execute('from numpy import ma')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected