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 395a907 commit 9434ec4Copy full SHA for 9434ec4
src/ApproxFunOrthogonalPolynomials.jl
@@ -43,7 +43,8 @@ import ApproxFunBase: normalize!, flipsign, FiniteRange, Fun, MatrixFun, UnsetSp
43
chebmult_getindex, intpow, alternatingsum,
44
domaintype, diagindshift, rangetype, weight, isapproxinteger, default_Dirichlet, scal!, dotu,
45
components, promoterangespace, promotedomainspace,
46
- block, blockstart, blockstop, blocklengths, isblockbanded, pointscompatible, affine_setdiff, complexroots
+ block, blockstart, blockstop, blocklengths, isblockbanded, pointscompatible, affine_setdiff, complexroots,
47
+ ℓ⁰
48
49
import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Point, elements, DifferenceDomain,
50
Interval, ChebyshevInterval, boundary, ∂, rightendpoint, leftendpoint,
@@ -101,4 +102,4 @@ include("roots.jl")
101
102
include("specialfunctions.jl")
103
include("fastops.jl")
104
-end
105
+end
0 commit comments