Skip to content

Commit f73173e

Browse files
committed
Update test_infbanded.jl
1 parent 4ff3eea commit f73173e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_infbanded.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,10 @@ const InfBandCartesianIndices = InfiniteArraysBandedMatricesExt.InfBandCartesian
344344
@test bandwidths(A + B) == (0, 1)
345345
@test bandwidths(2 * (A + B)) == (0, 1)
346346
end
347+
348+
349+
@testset "Upper-TriToep" begin
350+
U = UpperTriangular(Tridiagonal(Fill(1,∞), Fill(2,∞), Fill(3,∞)))
351+
@test MemoryLayout(U) isa BidiagonalToeplitzLayout
352+
end
347353
end

0 commit comments

Comments
 (0)