-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add blas/ext/base/glast-index-of-row #221
Copy link
Copy link
Open
stdlib-js/stdlib
#11929Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 1Low degree of difficulty. Should be straightforward to implement and/or resolve.Low degree of difficulty. Should be straightforward to implement and/or resolve.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.🤖 AIAllowed to use AI.Allowed to use AI.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 1Low degree of difficulty. Should be straightforward to implement and/or resolve.Low degree of difficulty. Should be straightforward to implement and/or resolve.priority: NormalNormal priority concern or feature request.Normal priority concern or feature request.🤖 AIAllowed to use AI.Allowed to use AI.
This is complementary to
blas/ext/base/gindex-of-row, where, instead of the first matching row, we are interested in the last matching row. TMK, this should be very similar implementation-wise togindex-of-row; however, we need to flip all strides and start from the index offset of the last element. Loops then decrement, instead of increment.Ensure you add similar source comments as found in
gindex-of-row.Follow-on Work
Once a PR is merged, RFCs can be created for the following additional packages:
blas/ext/base/dlast-index-of-row#336blas/ext/base/slast-index-of-row#337blas/ext/base/zlast-index-of-row#338blas/ext/base/clast-index-of-row#339