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 3cb7510 commit ef279f7Copy full SHA for ef279f7
test/testtriag.jl
@@ -5,7 +5,7 @@ function test_triangular(elty1_types)
5
n = 9
6
@testset for elty1 in elty1_types
7
# Begin loop for first Triangular matrix
8
- @testset for (t1, uplo1) in ((UpperTriangular, :U),.
+ @testset for (t1, uplo1) in ((UpperTriangular, :U),
9
(UnitUpperTriangular, :U),
10
(LowerTriangular, :L),
11
(UnitLowerTriangular, :L))
0 commit comments