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

forward differencing coloring #58

Merged
merged 6 commits into from
Jun 13, 2019
Merged

forward differencing coloring #58

merged 6 commits into from
Jun 13, 2019

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    9dd6ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13814d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Update src/jacobians.jl

    Co-Authored-By: Mathieu Besançon <mathieu.besancon@gmail.com>
    ChrisRackauckas and matbesancon committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    919fc19 View commit details
    Browse the repository at this point in the history
  2. Update jacobians.jl

    ChrisRackauckas committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    fa1248b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Added code for Jacobian decompression

    Added code block to decompress Jacobian by
    exploiting the property that all columns of
    the same color are mutually orthogonal and
    hence do not share non-zero elements at a
    common row.
    pkj-m committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    f29bcaf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. add coloring test

    ChrisRackauckas committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ddaadf6 View commit details
    Browse the repository at this point in the history