Skip to content

Commit 5bec22b

Browse files
committed
Update arrowhead.jl
1 parent 976c5c4 commit 5bec22b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/arrowhead.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ import FillArrays: AbstractFill
1313
import FillArrays: SquareEye
1414
import InfiniteArrays: OneToInf
1515

16-
import LazyBandedMatrices.LazyArraysBandedMatricesExt: BandedLazyLayouts
16+
const LazyArraysBandedMatricesExt = Base.get_extension(LazyArrays, :LazyArraysBandedMatricesExt)
17+
18+
const BandedLazyLayouts = LazyArraysBandedMatricesExt.BandedLazyLayouts
1719

1820

1921
export BBBArrowheadMatrix

0 commit comments

Comments
 (0)