You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several places, we create custom functions that numpy can supply. E.g., vec_add, which performs pointwise addition on tuples could be replaced with numpy broadcasting. Quite possibly we should use numpy throughout for all the computations on arrays.
The text was updated successfully, but these errors were encountered:
In several places, we create custom functions that numpy can supply. E.g.,
vec_add
, which performs pointwise addition on tuples could be replaced with numpy broadcasting. Quite possibly we should use numpy throughout for all the computations on arrays.The text was updated successfully, but these errors were encountered: