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

Broadcast for Bidiagonal/Tridiagonal/SymTridiagonal #194

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Sep 4, 2024

After this, the following works:

julia> B = Bidiagonal(1:∞, 1:∞, :U)
ℵ₀×ℵ₀ Bidiagonal{Int64, InfiniteArrays.InfUnitRange{Int64}} with indices OneToInf()×OneToInf():
 1  1                          
   2  2                         
     3  3                       
       4  4                     
         5  5                   
           6  6                
             7  7               
               8  8             
                 9   9          
                   10  10       
                                      

julia> B .+ B
(ℵ₀×ℵ₀ Bidiagonal{Int64, InfiniteArrays.InfUnitRange{Int64}} with indices OneToInf()×OneToInf()) .+ (ℵ₀×ℵ₀ Bidiagonal{Int64, InfiniteArrays.InfUnitRange{Int64}} with indices OneToInf()×OneToInf()) with indices OneToInf()×OneToInf():
 2  2                          
   4  4                         
     6  6                       
       8   8                    
         10  10                 
            12  12             
               14  14           
                  16  16        
                     18  18     
                        20     
                                     

@jishnub jishnub changed the title Broadcast for Bidiagonal/Tridiagonal/SymTridiaognal Broadcast for Bidiagonal/Tridiagonal/SymTridiagonal Sep 4, 2024
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.14%. Comparing base (4f757e7) to head (020be43).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   86.14%   86.14%           
=======================================
  Files           6        6           
  Lines         758      758           
=======================================
  Hits          653      653           
  Misses        105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty merged commit 643a2fb into master Sep 5, 2024
13 checks passed
@jishnub jishnub deleted the jishnub/structured_broadcast branch September 5, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants