Skip to content

Commit

Permalink
Pseudo-diagonal blockbandwidths
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Jul 17, 2023
1 parent 9474f63 commit b7325e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LazyBandedMatrices"
uuid = "d7e5e226-e90b-4449-9968-0f923699bf6f"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.8.10"
version = "0.8.11"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand Down
1 change: 1 addition & 0 deletions src/blockconcat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ MemoryLayout(::Type{<:BlockBroadcastMatrix{<:Any,typeof(Diagonal),Arrays}}) wher
##
# special for unitblocks
blockbandwidths(A::PseudoBlockMatrix{<:Any,<:Any,<:NTuple{2,BlockedUnitRange{<:AbstractUnitRange{Int}}}}) = bandwidths(A.blocks)
blockbandwidths(A::PseudoBlockMatrix{<:Any,<:Diagonal,<:NTuple{2,BlockedUnitRange{<:AbstractUnitRange{Int}}}}) = bandwidths(A.blocks)

Check warning on line 471 in src/blockconcat.jl

View check run for this annotation

Codecov / codecov/patch

src/blockconcat.jl#L471

Added line #L471 was not covered by tests
subblockbandwidths(A::PseudoBlockMatrix{<:Any,<:Any,<:NTuple{2,BlockedUnitRange{<:AbstractUnitRange{Int}}}}) = (0,0)


Expand Down

0 comments on commit b7325e2

Please sign in to comment.