]> www.ginac.de Git - ginac.git/history - ginac/tensor.cpp
- color and clifford classes are quite functional now
[ginac.git] / ginac / tensor.cpp
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