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 50a8aff commit d35771bCopy full SHA for d35771b
test/blockbandedmatrices.jl
@@ -1,6 +1,7 @@
1
2
using ArrayInterface
3
using BlockBandedMatrices
4
+using FillArrays
5
using Test
6
7
BB=BlockBandedMatrix(Ones(10,10),[1,2,3,4],[4,3,2,1],(1,0))
0 commit comments