public static IArray <Vector4> PartialSums(this IArray <Vector4> self) { return(self.Accumulate((x, y) => x + y)); }