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

Function f64_array

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

Source from the content-addressed store, hash-verified

20def f32_array():
21 return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.float32),(3,4))
22def f64_array():
23 return np.reshape(np.arange(-12.5, 12.5, 2.1,dtype=np.float64),(3,4))
24def c64_array():
25 return f32_array() - 1j*f32_array()
26def c128_array():

Callers 1

c128_arrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected