Open
Description
I'd like a map that allows me to shuffle coordinates. This obviously can be done with an Affine map, but that's a frustrating amount of BLAS overhead for something that's far more "embarrassingly parallel". If we have permutation map
Of course, similar to AffineMap
, we don't include the permutation in the varied parameters and thus there are no coefficients.
This would be a great straightforward contribution for someone getting started with the codebase.