Skip to content

Polynomial interpolation #69

@konsumlamm

Description

@konsumlamm

Is polynomial interpoaltion in scope for this library? I thought about adding Lagrange and Hermite interpolation. The types could be

lagrange :: (G.Vector v a, Eq a, Fractional a) => [(a, a)] -> Poly v a

hermite :: (G.Vector v a, Eq a, Fractional a) => [(a, [a])] -> Poly v a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions