]> www.ginac.de Git - ginac.git/history - ginac/normal.cpp
In power::expand_add(), don't reserve excess monomial sizes.
[ginac.git] / ginac / normal.cpp
2015-11-23 Richard KreckelConvert some more ctors from copying to moving STL...
2015-11-03 Richard KreckelFix most remaining GCC compiler warnings.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-11-01 Richard KreckelRemove dependence on depreacted std::auto_ptr<T>.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-03-14 Ladislav ZejdaImprove normalization with nested functions.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2009-02-03 Alexei SheplyakovImplement modular multivariate GCD (based on chinese...
2008-12-01 Jens VollingaFixed a problem in polynomial divide by deactivating...
2008-08-27 Alexei Sheplyakovgcd_pf_pow_pow: deobfuscate a little bit (no functional...
2008-08-27 Alexei Sheplyakovgcd_pf_pow: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow_pow: gcd helper to handle partiall...
2008-08-27 Alexei Sheplyakovgcd_pf_{pow, mul}: don't check if the arguments are...
2008-08-27 Alexei Sheplyakovgcd_pf_mul: get rid of duplicate code.
2008-08-27 Alexei Sheplyakovgcd(): allow user to override (some of) heuristics.
2008-08-27 Alexei Sheplyakovrefactor gcd() a little bit (no functional changes).
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_mul: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovintroduce gcd_pf_pow: gcd helper to handle partially...
2008-08-27 Alexei Sheplyakovgcd: allow user to override (some of) heuristics.
2008-06-24 Jens VollingaImprove heur_gcd() so it can handle rational polynomial...
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-12-03 Richard Kreckel* Avoid bad choice of main variable in heuristic gcd...
2006-11-22 Chris DamsAlexeis patches for better handling of collect_common_f...
2006-04-04 Chris DamsAlexei Sheplyakovs patch for making collect_common_fact...
2005-06-30 Jens Vollingacollect_common_factors now works with powers [A.Sheplyakov]
2005-06-29 Jens VollingaFixed initialization order bug (references to flyweight...
2005-05-09 Jens VollingaGCD avoids to produce expanded expressions (Alexei...
2005-05-04 Jens VollingaFixed bug in gcd (patch from Sheplyakov Alexei).
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-12-29 Christian Bauerreplaced non-ASCII characters
2004-11-15 Christian Bauerexplain what we mean by "cofactor"
2004-08-20 Christian Bauer- added ex::unitcontprim()
2004-08-02 Christian Bauerinteger_content()/content()/primpart() work with polyno...
2004-07-10 Richard Kreckel* Check polynomialism of resultant() args.
2004-06-28 Richard Kreckel* Added resultant() function (by Ralf Stephan <ralf...
2004-01-08 Christian BauerHappy New Year!
2003-10-17 Christian Bauersynced to 1.1
2003-09-04 Christian Bauerthe old methods of ex remain for compatibility
2003-08-24 Christian Bauer- quo(), rem(), prem(), sprem() and decomp_rational...
2003-08-21 Christian Baueroperator[] -> insert() (probably more efficient)
2003-07-21 Christian Bauernormal() uses an additional reverse lookup map
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-11 Christian Bauersubs() and normal() use maps instead of lists, resultin...
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-06-30 Christian Bauersynced to 1.1
2003-03-04 Christian Bauer*** empty log message ***
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-12-03 Christian Bauercleaned up some is_a<> vs. is_exactly_a<> stuff
2002-11-27 Christian Bauer- collect_common_factors() works better with negative...
2002-11-21 Christian Baueradded collect_common_factors() (is this a good name?)
2002-10-29 Christian Baueradded the sprem() function to normal.h, and fixed some...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2002-01-19 Richard Kreckel* Docu: elaborate definition of sqrfree() (by Roberto...
2001-12-20 Christian Bauerfixed a bug where quo() would call vector::reserve...
2001-12-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
2001-11-17 Richard Kreckel* sqrfree(ex, lst): after factoring in the first variab...
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-20 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-07-31 Richard Kreckel- fixed three little standard-conformance issues.
2001-06-25 Christian Bauerfixed some -Wall stuff
2001-06-22 Christian Bauersome cleanups
2001-06-19 Christian Bauersome sections where sums/products are constructed are...
2001-06-19 Christian Bauer- The default implementations of evalf(), diff(), norma...
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-01 Christian Bauer- added numer_denom() to get numerator and denominator...
2001-05-18 Christian Bauer- simplify_indexed() renames dummy indices so, e.g...
2001-04-19 Richard Kreckel* fixed some mindboggling tremendous superhuge gigantic...
2001-04-13 Richard Kreckel* Remove bogus counter in sqrfree_yun().
2001-03-14 Richard Kreckel* ex.h: add docu.
2001-03-11 Richard Kreckelnormal.cpp, normal.h: Fix Yun's algorithm (there was...
2001-03-09 Christian Bauer- lcm_of_coefficients_denominators(1/2+x^10) returned...
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-27 Christian Bauerwhen there are multiple variables with the same maximum...
2001-02-19 Richard KreckelFix two leaks in class pseries, where zero terms could...
2001-01-30 Christian Bauernormal() applied to a power expression also normalizes...
2001-01-25 Christian Bauer- gcd() and lcm() always checked the second argument...
2001-01-23 Christian Bauerreplaced fraction addition algorithm with a slightly...
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2001-01-06 Christian Bauerwhen normal() doesn't recur any further because the...
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-08-04 Christian Bauer- fixed normal((b*a-c*a)/(4-a)) bug: heur_gcd() only...
2000-08-02 Christian Bauer- fixed "normal(2-2*(1+a)/(-1-a))" bug: add::normal...
2000-07-31 Christian Bauer- I'm fired. Fixed a really stupid bug in sr_gcd()...
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
next