Open
Description
It should be possible to use TaylorN
also for only 1 variable, shouldn't it? This would simplify the code a lot I think.
Does this give an unacceptable performance hit?
Currently it doesn't work for some reason (with the branch defining set_variables
)
x = set_variables("x")
x + x # works fine
x^2
ERROR: MethodError: `*` has no method matching *(::Array{TaylorSeries.TaylorN{Float64},1}, ::Array{TaylorSeries.TaylorN{Float64},1})
Metadata
Metadata
Assignees
Labels
No labels