summaryrefslogtreecommitdiffstats
path: root/tests/matrix_test.php
Commit message (Collapse)AuthorAgeFilesLines
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-021-8/+8
| | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
* - Added one more test for invalid matrix multiplicationKore Nordmann2007-05-101-0/+24
|
* - Fixed issue #10246: sprintf output modification in PHP 5.2.1Kore Nordmann2007-03-011-0/+29
|
* - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for moreKore Nordmann2007-01-241-1/+1
| | | | | | | exact output # Based on a patch by Matthew Carroll
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Fixed: Bug #9823 (Failing tests with PHP 5.1)Kore Nordmann2006-12-151-0/+5
| | | | | | | | | # Test failed because of # a) (string) does not call __toString (now skipped) # b) different null parameter handling between 5.1 and 5.2 in imagepng # (workaround)
* - CS change (automatic script)Derick Rethans2006-12-141-1/+1
|
* - Added more testsKore Nordmann2006-10-271-0/+31
|
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-19/+0
|
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-171-6/+52
| | | | | | | | | - Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm
* - Added transpose method to matrix classKore Nordmann2006-08-161-0/+18
|
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-161-0/+263
OpenPOWER on IntegriCloud