MCPcopy
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
36def get_mat(n):
37 data = arange(n)
38 data = add.outer(data, data)
39 return data
40
41
42class TestEye:

Callers 4

test_matrixMethod · 0.70
test_fortran_orderMethod · 0.70
test_basicMethod · 0.70
test_basicMethod · 0.70

Calls 1

outerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…