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

iter::Sum for DMatrix #517

Closed
wants to merge 7 commits into from
Closed

Commits on Dec 29, 2018

  1. Implement Default for Dim.

    Dynamic dimensions default to `0`. Static dimensions default to themselves.
    jswrenn committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    ccdd393 View commit details
    Browse the repository at this point in the history
  2. Lift DimName requirement on MatrixMN::zero()

    Interpret dynamic dimensions as 0.
    jswrenn committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    1dd762d View commit details
    Browse the repository at this point in the history
  3. Lift DimName requirement on Sum implementation.

    If the sequence is empty, a zero matrix is produced in which any dynamic dimensions default to size 0.
    
    Fixes dimforge#514
    jswrenn committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    d60f138 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    50fae73 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Configuration menu
    Copy the full SHA
    bd3b10b View commit details
    Browse the repository at this point in the history
  2. Formatting

    grtlr committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    5d0bec5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Merge pull request #1 from grtlr/sum-doctest

    Add doctests for std::iter::Sum
    jswrenn committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2b6bfb9 View commit details
    Browse the repository at this point in the history