Tagged Questions
9
votes
4answers
959 views
How to optimize “u[0]*v[0] + u[2]*v[2]” code line with SSE or GLSL
I have the following function (from the opensource project "recast navigation"):
/// Derives the dot product of two vectors on the xz-plane. (@p u . @p v)
/// @param[in] u A vector [(x, y, ...
1
vote
1answer
251 views
Speeding up lots of GLMs in R
First off, sorry about the long post. Figured it's better to give context to get good answers (I hope!). Some time ago I wrote an R function that will get all pairwise interactions of variables in a ...