Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaArrays/BlockDiagonals.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.38
Choose a base ref
...
head repository: JuliaArrays/BlockDiagonals.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.39
Choose a head ref
  • 1 commit
  • 3 files changed
  • 2 contributors

Commits on Nov 3, 2022

  1. Specialise LinearAlgebra.lmul! for LowerTriangular blockdiagonal …

    …matrices (#119)
    
    * Extend `lmul!` for `LowerTriangular`
    
    * Add tests for `lmul!` for `LowerTriangular` blockdiagonals
    
    * Update src/linalg.jl
    
    Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
    
    * copy all test inputs for safety
    
    Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
    
    * use `return` keyword
    
    Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
    
    * Add link to slow sampling issue
    
    * Bump version
    
    * Add `BenchmarkTools.jl` as a test dependency
    
    * Add allocation test for `lmul!`
    
    * Up allocation bound to 320 for Julia 1.0 on x64
    
    Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
    mjp98 and mzgubic authored Nov 3, 2022
    2 Configuration menu
    Copy the full SHA
    86c57e3 View commit details
    Browse the repository at this point in the history
Loading