http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of math_matrixThe latest releases for the package math_matrixMath_Matrix 0.8.7
http://pear.php.net/package/Math_Matrix/download/0.8.7/
QA release<br />
Updated minimum version of Math_Vector to 0.7.0
2010年10月05日T01:30:49-05:00doconnorMath_Matrix 0.8.6
http://pear.php.net/package/Math_Matrix/download/0.8.6/
QA release<br />
Package 2.0<br />
Bug #884 PEAR QA: improvement for get_class()-usage jmcastagnetto<br />
Bug #4959 Wrong dependency to PHPUnit <br />
Bug #9248 Parse error in PHP5 jmcastagnetto<br />
Bug #10728 multiply() method fou<br />
Bug #11942 setData creates an error even when it isn't raised jmcastagnetto<br />
Bug #13209 Math_Matrix has a method 'clone' which became a keyword as of PHP5 jmcastagnetto<br />
Bug #14986 PHP5 Integration <br />
Bug #16838 subMatrix has an error where checking for the number of columns kguest<br />
Bug #16999 Support for PHP 5 kguest
2010年10月04日T15:20:57-05:00doconnorMath_Matrix 0.8.5
http://pear.php.net/package/Math_Matrix/download/0.8.5/
Fixed some bugs in matrix multiplication reported by John Pye<br />
(john@curioussymbols.com) and Marcel Brunner (marcel@palmer.li).<br />
Fixed some minor documentation incosistencies.<br />
<br />
Modified the setData() method to accept a Math_Matrix object or<br />
an array of arrays of numbers.<br />
Added the setZeroThreshold() and getZeroThreshold() to set and get the<br />
value used as upper bound to minimize round-off errors.<br />
Added also two static methods to generate famous matrices:<br />
Math_Matrix::makeHilbert() for a square Hilber matrix, and <br />
Math_Matrix::makeHankel() for m by n Hankel matrix.<br />
Reorganized the directories to comply to the current directory organization<br />
proposal.<br />
It is recommended to uninstall the older version of Math_Matrix (and<br />
Math_Vector) before installing this new release to avoid lingering files<br />
(there is also a new release of Math_Vector):<br />
$ pear uninstall Math_Matrix Math_Vector<br />
$ pear install Math_Vector<br />
$ pear install Math_Matrix<br />
Included explicitely the optional dependency on the PHPUnit package version<br />
0.6.2 or older, as current versions of that package need PHP5.
2003年11月01日T19:15:29-05:00jmcastagnettoMath_Matrix 0.8.0
http://pear.php.net/package/Math_Matrix/download/0.8.0/
Initial released under PEAR. Reestructured the package so the main class<br />
contains both instance and class methods to make things simpler.
2003年05月16日T22:36:00-05:00jmcastagnetto