File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
17
17
SemiseparableMatrices = " f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
18
18
19
19
[compat ]
20
- ArrayLayouts = " 0.8"
20
+ ArrayLayouts = " 0.8.6 "
21
21
BandedMatrices = " 0.17"
22
22
BlockArrays = " 0.16.14"
23
23
BlockBandedMatrices = " 0.11.5"
24
24
DSP = " 0.7"
25
25
FillArrays = " 0.12, 0.13"
26
26
InfiniteArrays = " 0.12"
27
27
LazyArrays = " 0.22"
28
- LazyBandedMatrices = " 0.7.4 "
28
+ LazyBandedMatrices = " 0.7.13 "
29
29
MatrixFactorizations = " 0.9"
30
30
SemiseparableMatrices = " 0.3"
31
31
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ include("test_infbanded.jl")
195
195
196
196
b = [ones (10 ); zeros (∞)]
197
197
@test (Ms * b)[Block .(1 : 6 )] == Ms[Block .(1 : 6 ), Block .(1 : 4 )]* ones (10 )
198
+ @test ((Ms * Ms) * b)[Block .(1 : 6 )] == (Ms * (Ms * b))[Block .(1 : 6 )]
199
+ @test ((Ms + Ms) * b)[Block .(1 : 6 )] == (2 * (Ms * b))[Block .(1 : 6 )]
198
200
end
199
201
end
200
202
You can’t perform that action at this time.
0 commit comments