MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / i64_array

Function i64_array

code/matlab_py/test_p2m.py:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16def i32_array():
17 return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.int32),(3,4))
18def i64_array():
19 return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.int64),(3,4))
20def f32_array():
21 return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.float32),(3,4))
22def f64_array():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected