]> www.ginac.de Git - ginac.git/history - ginac/power.cpp
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / power.cpp
2024-01-04 Richard KreckelHappy New Year!
2023-01-01 Richard KreckelHappy New Year!
2022-03-23 Richard KreckelFix power::subs() in some special cases.
2022-01-01 Richard KreckelFinalize 1.8.2 release. release_1-8-2
2021-01-01 Richard KreckelHappy New Year!
2020-11-22 Richard KreckelUpdate some references.
2020-07-27 Vladimir V. KisilFix bug in power::expand() with the overall coefficient.
2020-01-01 Richard KreckelHappy New Year!
2019-09-22 Richard KreckelReplace some .push_back() with .emplace_back() where...
2019-02-16 Richard KreckelHappy New Year!
2018-01-01 Richard KreckelHappy New Year!
2017-09-11 Vladimir V. Kisil[PATCH] Fix bug in evaluation of real and imaginary...
2017-02-15 Richard KreckelClean up combinatorial helpers.
2017-02-15 Richard KreckelMove combinatorial helpers from power.cpp to utils.h.
2017-01-09 Richard KreckelHappy New Year!
2016-04-05 Richard KreckelMerge branch 'c++11' in preparation for version 1.7.0.
2016-02-25 Richard KreckelUse C++11 'auto' and range-based for loops where possible.
2016-02-06 Richard Kreckelminor optimization in power::expand_add
2016-01-28 Richard KreckelRemove 'level' argument of evalf().
2016-01-01 Richard KreckelHappy New Year!
2016-01-01 Richard KreckelHappy New Year!
2015-12-20 Richard KreckelAdd support for power::info(info_flags::real).
2015-12-20 Richard KreckelRemove info_flags::algebraic.
2015-12-16 Richard KreckelMerge some cosmetic patches.
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-16 Richard KreckelMake add::eval(), mul::eval() work without compromise.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-25 Richard KreckelIn power::expand_add(), don't reserve excess monomial...
2015-11-25 Richard KreckelIn power::expand_add(), don't reserve excess monomial...
2015-11-25 Richard KreckelMake specialized power::expand() helpers static member...
2015-11-23 Richard KreckelMake (a+b+c+...)^n work for huuuge terms.
2015-11-23 Richard KreckelConvert some more ctors from copying to moving STL...
2015-11-07 Richard KreckelRemove 'discardable' option from ctors of container...
2015-11-06 Richard KreckelFix little missed optimization.
2015-11-06 Richard KreckelFix little missed optimization.
2015-11-05 Richard KreckelAdd some minor optimizations.
2015-11-05 Richard KreckelSpeed up power::real_part() and power::imag_part().
2015-11-05 Richard KreckelAdd some minor optimizations.
2015-11-05 Richard KreckelSpeed up power::real_part() and power::imag_part().
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelUpdate documentation of prerequisites.
2015-11-01 Richard KreckelReplace use of NULL by C++11 nullptr.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-10-10 Richard KreckelFix algebraic power::has() for larger integer exponents.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-07-18 Richard KreckelSpeed up pow(+(...),n).expand() where n>2.
2015-07-18 Richard KreckelFix pow(+(...),2).expand().
2015-05-07 Richard KreckelFix pow(+(...),2).expand().
2015-04-22 Vladimir KisilFix pow::info(info_flags::nonnegative).
2015-04-14 Vladimir KisilMake power::expand() (x*p)^c -> x^c * p^c, if p>0.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2014-07-25 Richard Kreckel[bugfix] ex::is_polynomial(x): fix miscomputations
2013-10-16 Vladimir V. KisilPower with a real base and even exponent reports that...
2013-07-30 Vladimir V. KisilAdd the case of c1=-1 and c2>0 to the rewriting rule...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-05-27 Richard KreckelJanitorial commit.
2011-02-04 Richard KreckelExtend copyright to 2011.
2010-08-23 Alexei Sheplyakovpower::eval(): fix several memory leaks
2010-08-23 Alexei Sheplyakovpower::eval(): fix several memory leaks
2010-05-22 Richard KreckelBe more careful with conjugate(f(x)) -> f(conjugate...
2010-05-22 Richard KreckelBe more careful with conjugate(f(x)) -> f(conjugate...
2010-03-05 Jens VollingaCopyright goes 2010.
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-10-11 Richard KreckelAdd mul::info() and add::info() support for numeric...
2009-10-11 Richard KreckelAdd mul::info() and add::info() support for numeric...
2009-02-06 Jens VollingaPrettified source code.
2008-12-18 Jens VollingaSmall fixes to avoid compile warnings (-Wall).
2008-10-19 Alexei SheplyakovDon't force every algebraic class to implement archivin...
2008-10-19 Alexei SheplyakovWipe out remnants of custom RTTI.
2008-10-19 Alexei SheplyakovA better return_type_tinfo() mechanism.
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakov[nitpick] power::expand_add(): don't use int instead...
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
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-11-21 Jens Vollinga* Deleted bogus try -- catch block in the ex::series...
2007-10-16 Richard Kreckel* Fix optimization opportunities missed by Alexei's...
2007-10-15 Jens Vollinga- This helps mul::expand() and friends to recognize...
2007-10-15 Jens Vollinga- Apparently, in ~ 30% of calls to mul::expand the...
2007-10-15 Jens Vollinga- info(info_flags::has_indices) now works for sums...
2007-09-07 Jens VollingaImproved CLN output [Sheplyakov].
2007-08-27 Jens VollingaConverting terms into primitive polynomials optimized...
2007-08-27 Jens Vollingainfo_flags::expanded added [A.Sheplyakov]
2007-07-11 Jens VollingaAdditional transformations for mul and power [Sheplyakov].
2007-02-01 Richard Kreckel* Fix typo in comment.
2007-02-01 Richard Kreckel* Happy New Year(s)!
2007-01-31 Chris DamsFix bug in expansion of powers and improve automatic...
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-04-04 Chris DamsFix bug in differentiation of a power.
2006-03-27 Chris DamsAdded .is_polynomial() method.
2006-02-22 Chris DamsReviving return_type_tinfo-system.
2006-02-14 Chris DamsFixed problems on 64-bit machines and introduced has_op...
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-11-18 Richard Kreckel* Restore speed lost in GiNaC-1.3.2 [V. Kisil].
2005-11-09 Jens Vollinga* Special power-simplification rules may now be defined...
2005-09-12 Jens VollingaFixed bug occuring in algebraic substitutions with...
2005-07-25 Richard Kreckelpower::expand_add: Fix typo.
next