Skip to content

Commit

Permalink
Add L'L test (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Jul 19, 2023
1 parent aeb524e commit 66b1086
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -576,5 +576,15 @@ end
@test istriu((Q \ P)[1:10,1:10])
end

@testset "L'L (#78)" begin
t = 1.1
m = 0
Q₀₀ = SemiclassicalJacobi(t, 0, 0, m)
Q₁₁ = SemiclassicalJacobi(t, 1, 1, m)

L = (Weighted(Q₀₀) \ Weighted(Q₁₁))
L'L
end

include("test_derivative.jl")
include("test_neg1c.jl")

0 comments on commit 66b1086

Please sign in to comment.