Skip to content

WIP: TaylorRec #12

Open
Open
@lbenet

Description

@lbenet

TaylorRec{T,N} is an implementation of multivariate Taylor polynomials as a recursive dense representation, including tests. It is in the "TaylorRec" branch.

The idea is to generate a polynomial in N variables as a polynomial of one variable, with coefficients that are polynomials in N-1 variables. For the time being, it is incorporated along TaylorSeries, i.e., without any replacement. It seems to be much slower, probably due to the bad memory management that the recursion imposes.

@dpsanders I think this is partially what you had in mind in #11, avoiding the problem I described there. There are some nice things of this approach; yet, the performance is bad...

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