= M4RI = == Description == Library for matrix multiplication, reduction and inversion over GF(2). == Maintainers == * Martin Albrecht == Upstream Contact == * Author: Gregory Bard and Martin Albrecht * Email: M.R.Albrecht@rhul.ac.uk * Website: http://m4ri.sagemath.org == Dependencies == None == Releases == === libm4ri-20091119 (Martin Albrecht, November 19th, 2009) === * portability improvements in configure.ac, cf. http://trac.sagemath.org/sage_trac/ticket/7375#comment:6 === libm4ri-20091101 (Martin Albrecht, November 1st, 2009) === * new upstream release + switched to LQUP instead of PLUQ for better performance + because of this and other improvements much better handling of sparse-ish matrices + overall better performance for elimination + better performance for mzd_transpose + dropped the check for the numer of CPUs from configure which was unused and not cross platform + optional tuning code to calculate cache sizes (not enabled by default) + some refactoring + mzd_row_add_offset() fixed a segfault === libm4ri-20090615 (Martin Albrecht, June 15th, 2009) === * new upstream release with bugfixes and new functionality (nullspace) === libm4ri-20090512 (Martin Albrecht, May 12th, 2009) === * new upstream release with API changes === libm4ri-20090128 (Martin Albrecht, January 28th, 2009) === * new upstream release with bug fixes and performance enhancements === libm4ri-20080904 (Martin Albrecht, September 4th, 2008) === * new upstream release with bug fixes and portability enhancements === libm4ri-20080901 (Martin Albrecht, September 1st, 2008) === * new upstream release === libm4ri-20080831 (Martin Albrecht, August 31th, 2008) === * new upstream release === libm4ri-20080624 (Martin Albrecht, August 6th, 2008) === * new upstream release === libm4ri-20080601 (Martin Albrecht, June 1st, 2008) === * new upstream release === libm4ri-20080521 (Martin Albrecht, May 21th, 2008) === * new upstream release === libm4ri-20071224.p3 (Michael Abshoff, May 18th, 2008) === * add 64 bit OSX build support === libm4ri-20071224.p2 === * Details lost to history