-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
big chebyshevu #145
Comments
Second kind points with first kind polynomials doesn't work either julia> chebyshevtransform(BigFloat[1, 2], Val(2))
ERROR: UndefRefError: access to undefined reference
Stacktrace:
[1] getproperty(x::FastTransforms.ChebyshevTransformPlan{BigFloat, 2, true, Nothing}, f::Symbol)
@ Base ./Base.jl:33
[2] *(P::FastTransforms.ChebyshevTransformPlan{BigFloat, 2, true, Nothing}, x::Vector{BigFloat})
@ FastTransforms ~/.julia/dev/FastTransforms/src/chebyshevtransform.jl:70
[3] chebyshevtransform!(x::Vector{BigFloat}, kind::Val{2})
@ FastTransforms ~/.julia/dev/FastTransforms/src/chebyshevtransform.jl:78
[4] chebyshevtransform(x::Vector{BigFloat}, kind::Val{2})
@ FastTransforms ~/.julia/dev/FastTransforms/src/chebyshevtransform.jl:88
[5] top-level scope
@ REPL[19]:1 |
Related: julia> F = FastTransforms.plan_chebyshevtransform(rand(BigFloat, 4))
FastTransforms.ChebyshevTransformPlan{BigFloat, 1, Nothing, false, 1, UnitRange{Int64}}(#undef)
julia> F.plan
ERROR: UndefRefError: access to undefined reference
Stacktrace:
[1] getproperty(x::FastTransforms.ChebyshevTransformPlan{BigFloat, 1, Nothing, false, 1, UnitRange{Int64}}, f::Symbol)
@ Base ./Base.jl:38
[2] top-level scope
@ REPL[110]:1 The constructor should wrap a plan, I guess? |
FastTransforms.jl/src/chebyshevtransform.jl Line 669 in 8be10bf
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: