Skip to content

Wrap sorting functions #150

Description

@ejmeitz

Wrap sort and argsort.

These are both currently available in the cupynumeric/operators and should be easy to add.

NDArray sort(NDArray input, std::optional<int32_t> axis = -1, std::string kind = "quicksort");

NDArray argsort(NDArray input, std::optional<int32_t> axis = -1, std::string kind = "quicksort");

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