Hi all,

  is there an efficient way to do the following without allocating A where

 A = np.repeat(x, [4, 2, 1, 3], axis=0)
 c = A.dot(b)    # b.shape

thanks
-- srean
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to