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: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: JuliaLinearAlgebra/InfiniteLinearAlgebra.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 8, 2025

  1. TridiagonalConjugation (#194)

    * Add Chebyshev example
    
    * Start TridiagonalConjugation
    
    * Fast Tridiagonal(U*X)
    
    * Fast finite tri-conj
    
    * Update test_bidiagonalconjugation.jl
    
    * Update test_bidiagonalconjugation.jl
    
    * Allow general bandwiddths in R
    
    * split out pieces
    
    * adaptively populate UX
    
    * split tri_mul_invupper in 3
    
    * Support caching
    
    * Cholesky R
    
    * Add Sym/TridiagonalConjugation
    
    * allow SymTridiagonal
    
    * support QR
    
    * Update tridiagonalconjugation.jl
    
    * Support bidiagonal
    
    * fix tests
    dlfivefifty authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    84517d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Add AdaptiveBlock/BandedLayout (#195)

    * Add AdaptiveBlock/BandedLayout
    
    * Fix tests
    
    * Remove over-templating
    
    * start Y + I tests
    
    * Y+I fixes
    
    * avoid ambiguities
    
    * LazyArrays v2.6
    
    * increase coverage
    dlfivefifty authored Feb 12, 2025
    4 Configuration menu
    Copy the full SHA
    768594e View commit details
    Browse the repository at this point in the history
Loading