Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: use pairwise summation for sum, cumsum, and cumprod #4039

Merged
merged 3 commits into from
Aug 13, 2013

Commits on Aug 13, 2013

  1. Configuration menu
    Copy the full SHA
    d987550 View commit details
    Browse the repository at this point in the history
  2. use pairwise summation for mean, var, varm; also fix bug in var for c…

    …omplex arrays (should use absolute value and return a real number)
    stevengj committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    d4d9d39 View commit details
    Browse the repository at this point in the history
  3. use pairwise reduction for sum(f, A) and prod(f, A) via new (non-expo…

    …rted) mapreduce_associative
    stevengj committed Aug 13, 2013
    Configuration menu
    Copy the full SHA
    01ff268 View commit details
    Browse the repository at this point in the history