MCPcopy Create free account
hub / github.com/numpy/numpy / get_mat

Function get_mat

numpy/lib/tests/test_twodim_base.py:18–21  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

16
17
18def get_mat(n):
19 data = arange(n)
20 data = add.outer(data, data)
21 return data
22
23
24class TestEye:

Callers 4

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

Calls 2

arangeFunction · 0.90
outerMethod · 0.45

Tested by

no test coverage detected