-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add ndarray/base/rot90 #313
Copy link
Copy link
Closed
stdlib-js/stdlib
#11660Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.estimate: <2hrsTask which should take less than 2 hours.Task which should take less than 2 hours.priority: HighHigh priority concern or feature request.High 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: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.estimate: <2hrsTask which should take less than 2 hours.Task which should take less than 2 hours.priority: HighHigh priority concern or feature request.High priority concern or feature request.🤖 AIAllowed to use AI.Allowed to use AI.
See stdlib-js/stdlib#11030 (comment).
API signature:
where
dimscontains two (unique) dimension indices. We should normalize the indices and ensure they are unique (e.g., somewhat similar to the handling ofdimsinndarray/base/spread-dimensions).