]> www.ginac.de Git - ginac.git/history - ginac/expairseq.cpp
Rename array of precomputed data in test suite.
[ginac.git] / ginac / expairseq.cpp
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-25 Richard KreckelStandard header cleanup.
2015-11-24 Richard KreckelAvoid some explicit copying of STL containers.
2015-11-05 Richard KreckelAdd some minor optimizations.
2015-11-03 Richard KreckelUse C++11 range-based foor loops and auto, where possible.
2015-11-01 Richard KreckelRemove dependence on depreacted std::auto_ptr<T>.
2015-10-31 Richard KreckelRemove unfinished code for hash table-based expairseq.
2015-10-10 Richard KreckelFix some apparent typos and misindentations 2.
2015-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-01-25 Richard KreckelHappy new year!
2014-10-14 Richard KreckelUpdate copyright statements.
2013-12-15 Matthias Dellwegexpairseq::match(): no side effects if match failed...
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-07-22 Jens VollingaFixed a bug in the code for subsitutions in indexed...
2011-05-27 Richard KreckelJanitorial commit.
2011-05-20 Richard KreckelFixed a bug introduced in last commit.
2011-05-20 Jens VollingaFixed a bug in is_polynomial() that caused expressions...
2011-05-15 Richard KreckelFix mul::conjugate().
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-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-25 Alexei Sheplyakovcalchash(): work around broken RTTI.
2009-02-06 Jens VollingaPrettified source code.
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 Sheplyakovcalchash(): use type_info::name() instead of tinfo().
2008-10-19 Alexei Sheplyakovbasic, expairseq: use standard C++ RTTI in compare...
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakovmatch() (find()): use exmap (exset) to store matched...
2008-09-19 Alexei Sheplyakovexpairseq::match(): remove the code which works around...
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-10-15 Jens Vollinga- Do not bother to rename indices if object has no...
2007-10-15 Jens Vollinga- info(info_flags::has_indices) now works for sums...
2007-08-27 Jens Vollingainfo_flags::expanded added [A.Sheplyakov]
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-09-13 Chris DamsMade unarchiving algorithms order N instead of order...
2006-08-21 Chris DamsMade also ncmuls rename dummy indices.
2006-08-10 Chris DamsFixed bug submitted by Warren Weckesser.
2006-07-24 Chris DamsImproved dummy index renaming.
2006-04-20 Chris DamsFixed bug in ::match.
2006-03-27 Chris DamsAdded .is_polynomial() method.
2006-02-14 Chris DamsFixed problems on 64-bit machines and introduced has_op...
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-12-16 Chris DamsImprovements w.r.t. automatic renaming of dummy indices.
2005-11-11 Chris DamsIndex renaming issues, sped up simplify_indexed, used...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-03-27 Jens VollingaFixed assertions
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-08-26 Christian Bauergenerous use of auto_ptr to provide better exception...
2003-08-25 Christian Bauerprint_tree prints the object addresses
2003-08-13 Christian Baueruse new-style print methods
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-06-30 Christian Bauersynced to 1.2
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-03-28 Richard Kreckel* expairseq::combine_same_terms_sorted_seq() (expairseq...
2002-03-28 Richard Kreckel* expairseq::expairseq(const epvector&, const ex& oc...
2002-02-28 Christian Bauer"(x+1).subs(x==x-1)" now returns the correct result...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-11-16 Richard Kreckel* Some minor optimization glitches.
2001-10-27 Richard Kreckel* Headers only include <iosfwd> from now on, since...
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-07-28 Richard Kreckel- Move several comments into doxygen comment blocks.
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 Christian Bauersome more comments and cleanups to mul::expand() and...
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-19 Christian Bauer- The default implementations of evalf(), diff(), norma...
2001-06-18 Richard Kreckel- do something about the mad cast disease.
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-05-25 Christian Bauer- removed debugging code in match()
2001-05-24 Christian Bauer- first implementation of pattern matching
2001-05-19 Christian Bauerreplaced "precedence" static member variable by virtual...
2001-05-18 Christian Bauer- simplify_indexed() renames dummy indices so, e.g...
2001-04-16 Richard Kreckel* Still some std:: missing...
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-04-05 Christian Bauersubs() performs "syntactic substitution" as in Maple...
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-06 Christian Bauer- revamped indexed objects
2001-02-28 Richard Kreckel* This is a deliberately silly commit. release_0-7-3
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-17 Richard Kreckelpseries::expand(): do not generate zero terms. release_0-7-2
2001-02-15 Christian Bauerthe destructor, copy constructor, and assignment operat...
2001-02-14 Christian Bauerremoved the "some_*" and "typeid_*" definitions since...
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-08-12 Richard Kreckel- Changes to make it more ANSI-conformant. Stuff detec...
2000-08-11 Christian Bauer- more indentation fixes
next