Skip to content

Commit 66b1086

Browse files
authored
Add L'L test (#84)
1 parent aeb524e commit 66b1086

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/runtests.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,5 +576,15 @@ end
576576
@test istriu((Q \ P)[1:10,1:10])
577577
end
578578

579+
@testset "L'L (#78)" begin
580+
t = 1.1
581+
m = 0
582+
Q₀₀ = SemiclassicalJacobi(t, 0, 0, m)
583+
Q₁₁ = SemiclassicalJacobi(t, 1, 1, m)
584+
585+
L = (Weighted(Q₀₀) \ Weighted(Q₁₁))
586+
L'L
587+
end
588+
579589
include("test_derivative.jl")
580590
include("test_neg1c.jl")

0 commit comments

Comments
 (0)