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"
27
27
ApproxFunOrthogonalPolynomialsStaticExt = " Static"
28
28
29
29
[compat ]
30
- ApproxFunBase = " 0.8.47 , 0.9.2 "
30
+ ApproxFunBase = " 0.8.48 , 0.9.3 "
31
31
ApproxFunBaseTest = " 0.1"
32
32
Aqua = " 0.6"
33
33
BandedMatrices = " 0.16, 0.17"
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ using Test
18
18
L = - Derivative (S, 2 )
19
19
B = Neumann (S)
20
20
21
+ QS = QuotientSpace (B)
22
+ @inferred (QS -> QS. F)(QS)
23
+
21
24
n = 50
22
25
Seig = SymmetricEigensystem (L, B)
23
26
SA, SB = bandmatrices_eigen (Seig, n)
Original file line number Diff line number Diff line change @@ -362,6 +362,9 @@ include("testutils.jl")
362
362
363
363
D = Derivative (NormalizedLegendre (), 2 )
364
364
@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 ))
365
368
end
366
369
367
370
@testset " identity Fun for interval domains" begin
You can’t perform that action at this time.
0 commit comments