Relative Content

Tag Archive for performancematrixvectorrotationdataset

What are efficient techniques for rotating multiple vectors in high-dimensional spaces?

I want to rotate a set of n vectors in an arbitrary dimension D, what I’m trying to do is to find a good sequence of angles to rotate the set fitting a density function, but incresing D, this take a lot of time (using matrices), so, I’m reading about using quaternions to get a faster way to test rotations, and I’m looking for the best way to do this.