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 3dbb5db commit 29ddcdfCopy full SHA for 29ddcdf
Project.toml
@@ -39,7 +39,7 @@ HypergeometricFunctions = "0.3.4"
39
InfiniteArrays = " 0.14"
40
InfiniteLinearAlgebra = "0.8"
41
IntervalSets = "0.7"
42
-LazyArrays = "2.0.3"
+LazyArrays = "2.1.10"
43
LazyBandedMatrices = "0.10"
44
QuasiArrays = "0.11"
45
SpecialFunctions = "1.0, 2"
test/test_chebyshev.jl
@@ -578,6 +578,10 @@ import BandedMatrices: isbanded
578
@test T \ exp.(im*x) ≈ transform(T, x -> exp(im*x))
579
@test expand(T, x -> exp(im*x))[0.1] ≈ exp(im*0.1)
580
end
581
+
582
+ @testset "diff of truncation" begin
583
+ MemoryLayout(diff(ChebyshevT()[:,1:5]) * randn(5)) isa ExpansionLayout
584
+ end
585
586
587
struct QuadraticMap{T} <: Map{T} end
0 commit comments