Skip to content

Remove Taylor1?Β #11

Open
Open
@dpsanders

Description

@dpsanders

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions