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

Allow more general eltypes in sparse array multiplication #33205

Merged
merged 10 commits into from Sep 20, 2019

Commits on Sep 3, 2018

  1. Merge pull request #1 from JuliaLang/master

    Rebase
    pablosanjose committed Sep 3, 2018
    Copy the full SHA
    5912bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

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

Commits on Sep 9, 2019

  1. allow more general eltypes in sparse mul!

    copy(::Adjoint/Transpose)+ simplesmatrix fixes
    
     added news
    
    fix promote_op for sparsevec mul!
    
    added + to SimpleSMatrix (required for matprod)
    
    trying to make mat * vec work :-(
    
    _At_or_Ac_mul_B! fix to accept target eltype
    
    more simplesmatrix fixes
    
    yet more fixes to simplesmatrix
    
    more stringent tests
    pablosanjose committed Sep 9, 2019
    Copy the full SHA
    504031e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. whitespace fix

    pablosanjose committed Sep 10, 2019
    Copy the full SHA
    bca5043 View commit details
    Browse the repository at this point in the history
  2. News

    pablosanjose committed Sep 10, 2019
    Copy the full SHA
    0fafdac View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 18, 2019

  1. Copy the full SHA
    a5eeb86 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    80e059a View commit details
    Browse the repository at this point in the history
  3. fix a missing zero(Ty) -> false

    Co-Authored-By: Fredrik Ekre <ekrefredrik@gmail.com>
    pablosanjose and fredrikekre committed Sep 18, 2019
    Copy the full SHA
    5403167 View commit details
    Browse the repository at this point in the history
  4. add a missing licence header

    Co-Authored-By: Fredrik Ekre <ekrefredrik@gmail.com>
    pablosanjose and fredrikekre committed Sep 18, 2019
    Copy the full SHA
    fb6e144 View commit details
    Browse the repository at this point in the history