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 14ce38c commit 3b91221Copy full SHA for 3b91221
Project.toml
@@ -35,7 +35,7 @@ BlockArrays = "0.9"
35
BlockBandedMatrices = "0.4.3"
36
Calculus = "≥ 0.1.15"
37
DSP = "≥ 0.5.1"
38
-DomainSets = "0.0.1, 0.0.2"
+DomainSets = "0.0.2, 0.1"
39
DualNumbers = "≥ 0.4.0"
40
FFTW = "≥ 0.2.4"
41
FastGaussQuadrature = "≥ 0.3.2"
src/ApproxFunFourier.jl
@@ -55,7 +55,7 @@ import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Poin
55
dimension
56
57
import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !, !=, eltype, iterate,
58
- >=, /, ^, \, ∪, transpose, size, reindex, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
+ >=, /, ^, \, ∪, transpose, size, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
59
similar, map, vcat, hcat, hvcat, show, summary, stride, sum, cumsum, sign, imag, conj, inv,
60
complex, reverse, exp, sqrt, abs, abs2, sign, issubset, values, in, first, last, rand, intersect, setdiff,
61
isless, union, angle, join, isnan, isapprox, isempty, sort, merge, promote_rule,
0 commit comments