Skip to content

What a selection operator could look like#271

Merged
anyzelman merged 57 commits intodevelopfrom
635-provide-grb-select-out-matrix-in-matrix-lambda-bool
Mar 2, 2024
Merged

What a selection operator could look like#271
anyzelman merged 57 commits intodevelopfrom
635-provide-grb-select-out-matrix-in-matrix-lambda-bool

Conversation

@byjtew
Copy link
Collaborator

@byjtew byjtew commented Dec 1, 2023

Closes #270

  • Wrapping the selection operators in their own namespace to avoid confusion: grb::operators::select::

  • Implement selectLambda

  • Distributed backends implementation

  • In-place variants (should come in a separate PR)

  • Masked variants (should come in a separate PR)

  • Pattern matrices support (should come in a separate PR)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide grb::select( [out] Matrix, [in] Matrix, grb::operator(r,c,v) -> bool )

2 participants