functions of three and more variables
Hello, Is (will) there a way to deal with functions with more than 2 variables ?
f = Fun((x,y,z)->x+y+z, Interval(0,1)^3)
ERROR: `convert` has no method matching convert(::Type{Float64}, ::(Float64,Float64))
in convert at base.jl:21
in push! at array.jl:460
in checkpoints at /home/stla/.julia/v0.3/ApproxFun/src/Multivariate/ProductDomain.jl:35
in zerocfsFun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:121
in Fun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:190
in Fun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:195
Not yet! But hopefully at some point.
On 23 Aug 2015, at 5:44 pm, stla [email protected] wrote:
Hello, Is (will) there a way to deal with functions with more than 2 variables ?
f = Fun((x,y,z)->x+y+z, Interval(0,1)^3) ERROR:
converthas no method matching convert(::Type{Float64}, ::(Float64,Float64)) in convert at base.jl:21 in push! at array.jl:460 in checkpoints at /home/stla/.julia/v0.3/ApproxFun/src/Multivariate/ProductDomain.jl:35 in zerocfsFun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:121 in Fun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:190 in Fun at /home/stla/.julia/v0.3/ApproxFun/src/Fun/constructors.jl:195 — Reply to this email directly or view it on GitHub https://github.com/ApproxFun/ApproxFun.jl/issues/236.
:+1:
Are there any plans to do this? What are the roadblocks?