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

Method time_block_simple_column_wise

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

Source from the content-addressed store, hash-verified

39 np.block([self.a_2d, self.b_2d])
40
41 def time_block_simple_column_wise(self, n):
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],

Callers

nothing calls this directly

Calls 1

blockMethod · 0.80

Tested by

no test coverage detected