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 5caeef2 commit 984120bCopy full SHA for 984120b
Project.toml
@@ -43,7 +43,7 @@ FastTransforms = "≥ 0.4.2"
43
FillArrays = "≥ 0.5.0"
44
InfiniteArrays = "0.1"
45
IntervalSets = "≥ 0.3.1"
46
-LazyArrays = "0.8.0"
+LazyArrays = "0.8, 0.9"
47
LowRankApprox = "0.2"
48
SpecialFunctions = "≥ 0.7.0"
49
StaticArrays = "≥ 0.8.3"
src/Operators/Operator.jl
@@ -461,6 +461,7 @@ macro wrapperstructure(Wrap)
461
$ret
462
463
$func(D::$Wrap,k::Integer) = $func(D.op,k)
464
+ $func(A::$Wrap,i::ApproxFunBase.Infinity) = $func(D.op,k)
465
end
466
467
0 commit comments