Vector Addition
摘要
Consider five four-element floating-point arrays. The task is to add the arrays element-wise—that is, create a new array of four elements where the zeroth element equals the sum of the zeroth elements from all five arrays, the first element equals the sum of the first elements from all five arrays, and so on.