Skip to content

Remove smawk_ prefix from optimized functions#75

Merged
mgeisler merged 1 commit intomasterfrom
simplify-api
Sep 17, 2023
Merged

Remove smawk_ prefix from optimized functions#75
mgeisler merged 1 commit intomasterfrom
simplify-api

Conversation

@mgeisler
Copy link
Owner

This makes it convenient to use the functions both with the crate name:

smawk::row_minima(&matrix);

and without:

use smawk::row_minima;
row_minima(&matrix);

This makes it convenient to use the functions both with the crate
name:

    smawk::row_minima(&matrix);

and without:

    use smawk::row_minima;
    row_minima(&matrix);
@mgeisler mgeisler merged commit 48169c7 into master Sep 17, 2023
@mgeisler mgeisler deleted the simplify-api branch September 17, 2023 19:28
@github-actions github-actions bot mentioned this pull request Sep 17, 2023
mgeisler added a commit that referenced this pull request Sep 17, 2023
The functions were renamed in #75, but we can easily keep
compatibility with a layer of indirection.
@github-actions github-actions bot mentioned this pull request Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant