From: <l3...@us...> - 2008-07-08 21:28:18
|
Revision: 139 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=139&view=rev Author: l3m Date: 2008-07-08 14:28:02 -0700 (Tue, 08 Jul 2008) Log Message: ----------- refactored matrix_mxn and matrix_mxm into matrix< M, N, float_t > ... implemented specialized inversion algos from mat3 and mat4(old). weird enough, the new mat4 inversion is slightly faster than the old one, while the new mat3 inversion is slightly slower.... Modified Paths: -------------- trunk/include/vmmlib/matrix_mxn.hpp Added Paths: ----------- trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp trunk/tests/matrix_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |