MCPcopy Index your code
hub / github.com/numpy/numpy / time_block_complicated

Method time_block_complicated

benchmarks/benchmarks/bench_shape_base.py:44–49  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

42 np.block([[self.a_2d], [self.b_2d]])
43
44 def time_block_complicated(self, n):
45 np.block([[self.one_2d, self.two_2d],
46 [self.three_2d],
47 [self.four_1d],
48 [self.five_0d, self.six_1d],
49 [self.zero_2d]])
50
51 def time_nested(self, n):
52 np.block([

Callers

nothing calls this directly

Calls 1

blockMethod · 0.80

Tested by

no test coverage detected