]> www.ginac.de Git - ginac.git/history - ginac/power.cpp
[build] Include CMake related files into the tarball.
[ginac.git] / ginac / power.cpp
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.
2005-06-29 Jens VollingaFixed initialization order bug (references to flyweight...
2005-05-19 Jens VollingaFixed bug in expanding expressions containing dummy...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-04-06 Richard Kreckel* Indentation and alignment fixes.
2005-02-22 Christian BauerHappy new year!
2004-09-24 Richard Kreckel* power::info(): Unpolynomialize sin(x)^2 (by Chris...
2004-06-10 Christian Bauersynced to 1.2 (memory conservation)
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-12-16 Christian Bauer1/1/e expanded e but shouldn't
2003-12-13 Christian Bauerfixed omission in power::expand()
2003-12-11 Christian Bauersynced to 1.1 (expand() problem)
2003-08-14 Christian Baueruse new-style print methods
2003-08-13 Christian Baueruse new-style print methods
2003-07-25 Christian Bauerimplemented double dispatch for print(); methods are...
2003-07-21 Christian Bauersubs_no_pattern -> no_pattern, subs_algebraic -> algebraic
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-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-21 Christian Bauer- powers with negative exponents are printed as fractio...
2002-10-24 Christian Bauerunder certain conditions, power::expand_add_2() could...
2002-07-03 Christian Bauerpowers of indexed objects are now parenthesized correct...
2002-03-27 Richard Kreckel* power::expand_add(): allocate the precise amount...
2002-01-25 Christian Bauer- (l)degree(s), coeff(s, n) and collect(s) were extende...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-12-21 Richard Kreckel* Fix thinkos in print_csrc context.
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-12-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
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-08-20 Richard Kreckel- Fix the evalf(2^Pi) bug reported by Pearu.
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-07-31 Christian Bauerfixed potential crash in power:(l)degree() when used...
2001-07-28 Richard Kreckel- Move several comments into doxygen comment blocks.
2001-07-27 Richard Kreckel- power::eval(): for the case (b_n/b_d)^(e_n/e_d) we...
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-26 Richard Kreckel* Ctors of class numeric are not explicit any more...
2001-06-25 Richard Kreckelsome cleanups
2001-06-23 Christian Bauer- added find() (like has(), but returns list of all...
2001-06-22 Christian Bauersome cleanups
2001-06-21 Christian Bauerremoved a lot of superfluous const_cast<>()s
2001-06-19 Richard Kreckel* Fix a bitch of a bug where 1<I (and all other relatio...
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-05 Richard Kreckel- ++version_major.
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-05-25 Christian Bauer- renamed ncpower() to ncpow()
2001-05-24 Richard Kreckel- fix LaTeX-output bug reported by Stefan, remove obsol...
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-19 Christian Bauerreplaced "precedence" static member variable by virtual...
next