sum down the columns of A (across rows)

Call signature
('ij->j', A)
NumPy equivalent
sum(A, axis=0)