Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove smawk_ prefix from optimized functions #75

Merged
merged 1 commit into from
Sep 17, 2023
Merged

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
3 checks passed
@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