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

performance improvement for Symmetric/Hermitian of sparse times vector #30018

Merged
merged 32 commits into from
Jan 18, 2019
Merged

performance improvement for Symmetric/Hermitian of sparse times vector #30018

merged 32 commits into from
Jan 18, 2019

Commits on Nov 13, 2018

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

Commits on Nov 15, 2018

  1. fixed typo in comment

    KlausC committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b056c12 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    7073d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43667e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    4bef0c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bfb5cf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

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

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    b2b63ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce9527 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'krc/symmsparsevmul' of https://github.com/KlausC/julia

    …into krc/symmsparsevmul
    KlausC committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    a9af5b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    79d2a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2bc34 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    0b2dbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae85275 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

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

Commits on Dec 9, 2018

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

Commits on Dec 10, 2018

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

Commits on Dec 11, 2018

  1. merged with master

    KlausC committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9a59d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07f744f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b52be0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'krc/symmsparsevmul' of https://github.com/KlausC/julia

    …into krc/symmsparsevmul
    KlausC committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    0cf4c22 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. performance tweaks in _mul!

    KlausC committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8b240fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    957aa85 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

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

Commits on Dec 19, 2018

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

Commits on Dec 20, 2018

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

Commits on Dec 25, 2018

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

Commits on Dec 28, 2018

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

Commits on Jan 7, 2019

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

Commits on Jan 8, 2019

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

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    c08cdac View commit details
    Browse the repository at this point in the history
  2. merged with master

    KlausC committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b956ceb View commit details
    Browse the repository at this point in the history