A program to recognize and reward our most engaged community members
Hi,
How to reverse array ex[1,2,3] ->[3,2,1] in Embed?
Thank you!
Attached the diagram for reversing the Matrix. Presently Embed doesnt have the single block for the same. Future releases may have the block .
Regards,
Girish
You can multiply the vector by a matrix with 1s on secondary diagonal and all other 0s. The problem is to make the matrix. In case of big vectors this solution sounds more theoretical.