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.
2 parents 9e3936c + 9d38d86 commit 05916b6Copy full SHA for 05916b6
ext/ArrayInterfaceBandedMatricesExt.jl
@@ -46,7 +46,7 @@ function _bandsize(bandind, rowsize, colsize)
46
end
47
48
49
-function BandedMatrixIndex(rowsize, colsize, lowerbandwidth, upperbandwidth, isrow)
+function ArrayInterface.BandedMatrixIndex(rowsize, colsize, lowerbandwidth, upperbandwidth, isrow)
50
upperbandwidth > -lowerbandwidth || throw(ErrorException("Invalid Bandwidths"))
51
bandinds = upperbandwidth:-1:(-lowerbandwidth)
52
bandsizes = [_bandsize(band, rowsize, colsize) for band in bandinds]
0 commit comments