Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ time_block_simple_row_wise
Method
time_block_simple_row_wise
benchmarks/benchmarks/bench_shape_base.py:38–39 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
36
self.zero = np.full((2 * n, 6 * n), 0)
37
38
def
time_block_simple_row_wise(self, n):
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]])
Callers
nothing calls this directly
Calls
1
block
Method · 0.80
Tested by
no test coverage detected