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

Consider a semiring concept #22

Open
BenBrock opened this issue Apr 12, 2023 · 0 comments
Open

Consider a semiring concept #22

BenBrock opened this issue Apr 12, 2023 · 0 comments
Assignees

Comments

@BenBrock
Copy link
Collaborator

This could simplify the definition of multiply, ewise_add, and ewise_multiply. Users could also define semirings in-place using a monoid and a binary operator.

multiply(a, b, c, {grb::plus(), grb::times()});

@BenBrock BenBrock moved this to In Progress in Path to GraphBLAS 1.0 May 16, 2023
@BenBrock BenBrock self-assigned this May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant