Linspace.array (property)

Compute the underyling numpy array by calling:

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

Returns

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