File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
2727ApproxFunOrthogonalPolynomialsStaticExt = " Static"
2828
2929[compat ]
30- ApproxFunBase = " 0.8.47 , 0.9.2 "
30+ ApproxFunBase = " 0.8.48 , 0.9.3 "
3131ApproxFunBaseTest = " 0.1"
3232Aqua = " 0.6"
3333BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ using Test
1818 L = - Derivative (S, 2 )
1919 B = Neumann (S)
2020
21+ QS = QuotientSpace (B)
22+ @inferred (QS -> QS. F)(QS)
23+
2124 n = 50
2225 Seig = SymmetricEigensystem (L, B)
2326 SA, SB = bandmatrices_eigen (Seig, n)
Original file line number Diff line number Diff line change @@ -362,6 +362,9 @@ include("testutils.jl")
362362
363363 D = Derivative (NormalizedLegendre (), 2 )
364364 @test (@inferred rangespace (D)) == Jacobi (2 ,2 )
365+
366+ D = @inferred (S -> Derivative (S, 2 ))(NormalizedLegendre (0 .. 1 ))
367+ @test D * Fun (x-> x^ 3 , Legendre (0 .. 1 )) ≈ Fun (x-> 6 x, Legendre (0 .. 1 ))
365368 end
366369
367370 @testset " identity Fun for interval domains" begin
You can’t perform that action at this time.
0 commit comments