ApproxFunSingularities.JacobiWeightType
JacobiWeight(β,α,s::Space)

weights a space s by a Jacobi weight, which on -1..1 is (1+x)^β*(1-x)^α. For other domains, the weight is inferred by mapping to -1..1.

ApproxFunSingularities.LogWeightType
LogWeight(β,α,s::Space)

represents a function on -1..1 weighted by log((1+x)^β*(1-x)^α). For other domains, the weight is inferred by mapping to -1..1.

ApproxFunSingularities.increase_jacobi_parameterMethod

increase_jacobi_parameter(f) multiplies by 1-x^2 on the unit interval. increase_jacobi_parameter(-1,f) multiplies by 1+x on the unit interval. increase_jacobi_parameter(+1,f) multiplies by 1-x on the unit interval. On other domains this is accomplished by mapping to the unit interval.