summaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Collapse)AuthorAgeFilesLines
* Use non-local-aware number printing everywhereKore Nordmann2013-12-212-4/+4
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-127-7/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-307-7/+126
|
* - s/2009/2010/gDerick Rethans2010-01-087-7/+7
|
* - s/2008/2009.Derick Rethans2009-02-237-7/+7
|
* - More documentation improvementsKore Nordmann2008-08-205-2/+42
| | | | | | # There is still some way to go...
* - Started with better class level documentation.Kore Nordmann2008-08-202-0/+38
|
* - Welcome to 2008.Derick Rethans2008-01-027-7/+7
|
* - Fixed initialisations of struct variablesKore Nordmann2007-06-121-1/+1
| | | | | | # Detected by doc coverage
* - More documentation fixesKore Nordmann2007-06-124-4/+25
|
* - Fixed version tag in docblocksKore Nordmann2007-06-127-0/+7
|
* - Doc fixes.Tobias Schlitt2007-05-101-1/+1
| | | | | | # We abuse phpDoc here and therefore need type names without spaces.
* - Fixed docblocksKore Nordmann2007-05-102-2/+2
|
* - Started implementing feature request #9404 (Rotated labels on axis)Kore Nordmann2007-03-291-0/+22
| | | | | | | # Works only with SVG driver now. # Angle needs to be set manually, no automatic optimal angle detection yet.
* - Added private classes for more convenient coordinate and vector Kore Nordmann2007-03-274-0/+198
| | | | | | transformations
* - Fixed issue #10246: sprintf output modification in PHP 5.2.1Kore Nordmann2007-03-011-1/+1
|
* . Test unify for vector with zero lengthKore Nordmann2007-02-011-5/+11
|
* - Added and test method to receive angle between two vectorsKore Nordmann2007-02-011-0/+20
|
* - Renamed rotation methodsKore Nordmann2007-01-311-6/+6
| | | | | | - Added tests for vector rotation
* - Always return $this, to enable "fluent interfaces"Kore Nordmann2007-01-251-0/+12
|
* - Added simple class for 2d vectors as an extension for coordinates to Kore Nordmann2007-01-251-0/+132
| | | | | | simplify calculations.
* - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for moreKore Nordmann2007-01-241-6/+48
| | | | | | | exact output # Based on a patch by Matthew Carroll
* - Made ezcGraphPolynom documentation publicKore Nordmann2007-01-181-2/+0
| | | | | | # Fixes issue #9948
* - Welcome to 2007.Derick Rethans2007-01-113-3/+3
|
* - Fixed: Bug #9588 (Wrong polynoms build from data)Kore Nordmann2006-11-301-1/+2
|
* - Tabs to spacesDerick Rethans2006-09-281-21/+21
|
* - Fixed CS issues.Derick Rethans2006-09-251-1/+1
|
* - Added and improved documentationKore Nordmann2006-09-203-29/+122
|
* - Enhanced font configurationKore Nordmann2006-09-061-0/+56
| | | | | | | | | - Use Free Type 2 by default now, fallback to native ttf, if not available - Use t1lib for PostScript Type1 fonts - Throw an exception, if some texts could not be rendered with minimum font size
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-172-51/+222
| | | | | | | | | - 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/+25
|
* - Added matrix and polynom classes for future use in statistical datasetsKore Nordmann2006-08-162-0/+433
OpenPOWER on IntegriCloud