Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add ReshapedArray #19

Merged
merged 16 commits into from
Nov 13, 2019
Merged

Add ReshapedArray #19

merged 16 commits into from
Nov 13, 2019

Conversation

dlfivefifty
Copy link
Member

@TSGut This should fix one of your bugs:

julia> A = BandedMatrix(0 => 2π * (-1).^(1:∞))
∞×∞ BandedMatrix{Float64,ApplyArray{Float64,2,typeof(*),Tuple{Array{Float64,2},ApplyArray{Float64,2,typeof(vcat),Tuple{ApplyArray{Float64,2,typeof(hcat),Tuple{Zeros{Float64,2,Tuple{Base.OneTo{Int64},Base.OneTo{Int64}}},InfiniteArrays.ReshapedArray{Float64,2,BroadcastArray{Float64,1,typeof(*),Tuple{Float64,BroadcastArray{Int64,1,typeof(^),Tuple{Int64,InfUnitRange{Int64}}}}},Tuple{Int64,InfiniteArrays.Infinity},Tuple{}}}}}}}},OneToInf{Int64}} with indices OneToInf()×OneToInf():
 -6.28319                     
          6.28319              
                  -6.28319     
                              
                              
                             
                              
                              
                              
                              
                               

@dlfivefifty dlfivefifty merged commit 89f9a32 into master Nov 13, 2019
@dlfivefifty dlfivefifty deleted the dl/reshaped branch November 13, 2019 13:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant