Yes : "+" to add two arrays term by term (they must have the same shape and dimensions, the result being an array) and "sum" to sum the elements of an array. Notice that * is usable for arrays as well in multiplying term by term two arrays having the same shape and same dimensions (the result is an array). + and * may be used also to add/multiply an array by a scalar.
And there is also dot_product, transpose, product, maxval, minval, maxloc, minloc ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.