Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 222 Bytes

Linspace.array.md

File metadata and controls

15 lines (8 loc) · 222 Bytes

Linspace.array (property)

Compute the underyling numpy array by calling:

np.linspace(start, stop, num, endpoint)

Returns

  • (numpy array): the underlying (computed) numpy array