]> www.ginac.de Git - ginac.git/history - ginac/indexed.cpp
minor optimization in power::expand_add
[ginac.git] / ginac / indexed.cpp
2016-01-29 Richard Kreckel[C++17] Remove inheritance from std::binary_function...
2016-01-29 Richard Kreckel[C++17] Replace std::bind2nd with a lambda.
2016-01-01 Richard KreckelHappy New Year!
2015-12-16 Richard KreckelMake .eval() evaluate top-level only.
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
2015-11-26 Richard KreckelUse initializer lists to construct container<>, lst.
2015-11-25 Richard KreckelReplace idx_is_not functor by a C++11 lambda.
2015-11-07 Richard KreckelRemove 'discardable' option from ctors of container...
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-07-31 Richard KreckelFix some apparent typos and misindentations.
2015-01-25 Richard KreckelHappy new year!
2015-01-25 Vladimir V. KisilSmall optimization in simplify_indexed.
2014-10-14 Richard KreckelUpdate copyright statements.
2012-02-23 Alexei SheplyakovMerge branch 'master' of git://github.com/AlexeiSheplya...
2011-05-20 Jens VollingaLimiting the costly symmetrization tests inside simplif...
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.
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 Sheplyakovindexed::eval: use standard C++ RTTI.
2008-09-30 Jens VollingaMerge branch 'master' of git://ffmssmsc.jinr.ru:443...
2008-09-19 Alexei Sheplyakov[nitpick] don't use int instead of std::size_t.
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-04-02 Richard Kreckel* Fix compilation issues with prereleases of GCC 4...
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-10-20 Chris DamsBugs w.r.t. raising/lowering dummy indices when doing...
2006-09-08 Chris DamsFixing bug with respect to canonicalizing the variance...
2006-07-29 Chris DamsBug in expand_dummy_sum is fixed.
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-12-16 Chris DamsImprovements w.r.t. automatic renaming of dummy indices.
2005-12-15 Chris DamsDon't abort if cannot find minimal dimension of indices...
2005-11-27 Richard Kreckel* Forward declare simplify indexed for GCC 4.1 [Sheplya...
2005-11-18 Richard Kreckel* Restore speed lost in GiNaC-1.3.2 [V. Kisil].
2005-11-11 Chris DamsIndex renaming issues, sped up simplify_indexed, used...
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-02-22 Christian BauerHappy new year!
2004-10-12 Jens VollingaAdded integral class.
2004-08-05 Christian Bauer- added variants of dirac_trace() and color_trace(...
2004-08-02 Christian Bauer(p.i*p.i).get_free_indices() returned (.i) instead...
2004-06-10 Christian Bauersynced to 1.2 (memory conservation)
2004-01-28 Christian Bauerexpand_indexed expands the base expression
2004-01-08 Christian BauerHappy New Year!
2003-10-20 Christian Baueradded an "options" parameter to simplify_indexed()...
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-14 Christian Baueruse new-style print methods
2003-08-13 Christian Baueruse new-style print methods
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-03-04 Christian Bauer*** empty log message ***
2003-02-04 Christian Bauersynced to 1.1
2003-02-04 Christian Bauerdummy index renamer ignores index dimensions
2003-01-23 Christian Bauereven better dummy index symmetrization
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 Bauerfixed a bug in the dummy index symmetrization [Chris...
2002-11-10 Christian Bauerimproved dummy index symmetrization in sums [Chris...
2002-07-03 Christian Bauerpowers of indexed objects are now parenthesized correct...
2002-05-25 Christian Baueradded an additional dummy index symmetrization run...
2002-05-24 Christian Bauerfixed a bug in the raising/lowering of dummy indices...
2002-05-23 Christian Bauersimplify_indexed() raises/lowers dummy indices to canon...
2002-03-05 Christian Bauerfixed LaTeX output of indexed objects
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-18 Christian Bauer- input parser recognizes "sqrt()", which is also used...
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-26 Christian Bauer- epsilon*epsilon contractions work
2001-07-23 Christian Bauer- dummy index renaming works better
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-25 Christian Bauerfixed some -Wall stuff
2001-06-22 Christian Bauersome cleanups
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-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-09 Christian Bauer- added lst::remove_first() and lst::remove_last()
2001-06-05 Richard Kreckel- inserted a couple of missing namepace std:: resolutions.
2001-06-01 Christian Bauer- added numer_denom() to get numerator and denominator...
2001-05-28 Christian Bauer- dirac_trace() is twice as fast
2001-05-27 Christian Bauer- added symmetrize() and antisymmetrize() functions
2001-05-25 Christian Bauer- renamed ncpower() to ncpow()
2001-05-21 Christian Bauer- Clifford traces of many gammas are a lot faster now...
2001-05-19 Christian Bauer- dummy index renamer didn't account for internal dummy...
2001-05-18 Christian Bauer- simplify_indexed() renames dummy indices so, e.g...
2001-05-10 Christian Bauer- color and clifford classes are quite functional now
2001-05-04 Christian Bauer- symbols can have a LaTeX name, e.g. symbol s("s"...
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-04-05 Christian Bauersubs() performs "syntactic substitution" as in Maple...
2001-04-05 Christian Bauer- subs() can be used to substitute functions, tensors...
2001-04-05 Christian Bauersimplify_indexed() will re-expand the expression and...
next