in reply to Fast matrix multiplication

you could try benchmarking Math::Cephes::Matrix. It is a perl frontend to the Cephes optimized math lib (written in C) I have found it to be very fast.

-Waswas