We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976c5c4 commit 5bec22bCopy full SHA for 5bec22b
src/arrowhead.jl
@@ -13,7 +13,9 @@ import FillArrays: AbstractFill
13
import FillArrays: SquareEye
14
import InfiniteArrays: OneToInf
15
16
-import LazyBandedMatrices.LazyArraysBandedMatricesExt: BandedLazyLayouts
+const LazyArraysBandedMatricesExt = Base.get_extension(LazyArrays, :LazyArraysBandedMatricesExt)
17
+
18
+const BandedLazyLayouts = LazyArraysBandedMatricesExt.BandedLazyLayouts
19
20
21
export BBBArrowheadMatrix
0 commit comments