Skip to content

[RFC]: add ndarray/base/rot90 #313

@kgryte

Description

@kgryte

See stdlib-js/stdlib#11030 (comment).

API signature:

rot90( x, dims, k, writable )

where dims contains two (unique) dimension indices. We should normalize the indices and ensure they are unique (e.g., somewhat similar to the handling of dims in ndarray/base/spread-dimensions).

Metadata

Metadata

Assignees

Labels

FeatureTask to add a new feature.difficulty: 2May 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.priority: HighHigh priority concern or feature request.🤖 AIAllowed to use AI.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions