-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add blas/ext/base/dcartesian-product #173
Copy link
Copy link
Open
stdlib-js/stdlib
#10799Labels
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.estimate: 2-4hrsTask which should take between 2 to 4 hours.Task which should take between 2 to 4 hours.🤖 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.estimate: 2-4hrsTask which should take between 2 to 4 hours.Task which should take between 2 to 4 hours.🤖 AIAllowed to use AI.Allowed to use AI.
This is the strided equivalent of https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/cartesian-product.
API signature:
where
Mis the number of elements inx,Nis the number of elements iny, andoutis a 2-dimensional strided array which is assumed to hold at leastM*Nelements.This (and similar
(s|z|c|g)APIs will set the stage for an eventualblas/ext/cartesian-productAPI.