Optimizations
As an optimization nut, I’m always searching for faster methods of computation. This page will list optimizations I’ve written myself and those I’ve found while searching.
SSE:
4×4 Matrix Inversion
A nice paper by Intel provides three 4×4 matrix inversion implementations, using gaussian elimination, Cramer’s rule, and Cramer’s rule using SSE vector intrinsics.