Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ get_mat
Function
get_mat
numpy/lib/tests/test_twodim_base.py:36–39 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
34
35
36
def
get_mat(n):
37
data = arange(n)
38
data = add.outer(data, data)
39
return
data
40
41
42
class
TestEye:
Callers
4
test_matrix
Method · 0.70
test_fortran_order
Method · 0.70
test_basic
Method · 0.70
test_basic
Method · 0.70
Calls
1
outer
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…