Skip to content

Method v/s manifold #247

@asinghvi17

Description

@asinghvi17

It's agreed that we should have

arclength(geom; manifold = discover_manifold(geom), method = nothing) = arclength(method, manifold, geom)

and then

arclength(manifold, geom) = arclength(nothing, manifold, geom)
arclength(::Nothing, manifold, geom) = arclength(BEST_METHOD_FOR_MANIFOLD, manifold, geom)

then we, or users, define methods for the API

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