]> www.ginac.de Git - ginac.git/history - ginac/tensor.cpp
Remove extra cases for missing <stdint.h>.
[ginac.git] / ginac / tensor.cpp
2016-01-01 Richard KreckelHappy New Year!
2015-12-01 Richard KreckelImprove method of setting status_flags::dynallocated.
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.
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-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-12 Jens VollingaBug fix for tensor::replace_contr_index().
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-02-22 Chris DamsReviving return_type_tinfo-system.
2006-01-19 Jens Vollinga- New tinfo mechanism
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-06-10 Christian Bauersynced to 1.2 (memory conservation)
2004-01-08 Christian BauerHappy New Year!
2003-08-13 Christian Baueruse new-style print methods
2003-07-31 Christian Baueruse new-style print methods
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-03-04 Christian Bauer*** empty log message ***
2003-01-25 Christian Bauersynced to 1.0
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-11-06 Christian Bauer- removed an unused statement in tensor.cpp
2002-11-05 Christian Bauerepsilon tensor contractions didn't work with variance...
2002-09-05 Christian Bauerfixed possible memory corruption in index contraction
2002-07-18 Christian Bauermetric tensors now silently replace their indices'...
2002-07-18 Christian Bauer- The dimension of indices is now treated as a kind...
2002-07-08 Christian Bauermoved some common code to the 'tensor' class
2002-05-23 Christian Bauersimplify_indexed() raises/lowers dummy indices to canon...
2002-05-10 Christian Bauerreactivated an epsilon-tensor simplification hack becau...
2002-04-25 Christian Bauerit is now enforced that indices of a metric tensor...
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
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-30 Christian Bauerepsilon tensor contractions evaluate to metric tensors...
2001-07-27 Christian Bauerfixed bogus assertion
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-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-05-27 Christian Bauer- added symmetrize() and antisymmetrize() functions
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-26 Christian Bauer- dirac_trace() handles arbitrary expressions (even...
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-03-30 Christian Bauer- dummy index recognition in products was flawed: A...
2001-03-29 Christian Bauer- added Clifford algebra unity element
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-21 Christian Bauer- the tensor returned by metric_tensor() is symmetric
2001-03-15 Richard Kreckel* added missing std::
2001-03-14 Christian Baueradded predefined epsilon tensor
2001-03-09 Christian Bauer- lcm_of_coefficients_denominators(1/2+x^10) returned...
2001-03-06 Christian Bauer- revamped indexed objects