linalg:+
(linalg:+ &rest arrays)
Sums its arguments elementwise, left to right, and returns a fresh array. It is the CL operator spelling of linalg:add: every fold step broadcasts by the same numpy rules, so scalars and shape-compatible arrays mix freely. With no argument it returns 0, and with one argument it returns that argument unchanged.