MathGeoLib icon indicating copy to clipboard operation
MathGeoLib copied to clipboard

Convert matrix representation from row major to column major.

Open juj opened this issue 13 years ago • 0 comments

Profiling shows that Matrix*vector operations can be implemented faster with SSE when the matrix is stored in column major order. The current order is row major.

Convert the representation from row major to column major to implement faster M*v path.

juj avatar May 02 '12 15:05 juj