julia
f8cd1eb4
- `invperm` for immutable arrays (#52546)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
`invperm` for immutable arrays (#52546) Rebase #47855 Close #47855 Close #47847 After this, ```julia julia> invperm(SA[3,2,1]) 3-element MVector{3, Int64} with indices SOneTo(3): 3 2 1 ```
References
#52546 - `invperm` for immutable arrays
Author
jishnub
Parents
a987f56b
Loading