]> www.ginac.de Git - ginac.git/commit
- symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma");
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 4 May 2001 23:55:36 +0000 (23:55 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 4 May 2001 23:55:36 +0000 (23:55 +0000)
commitf7a07ae7330a3543bb00aa7b659e2624d6c440c7
treee09869b4125b59a686d6f9b7eb4ea49bebe92d17
parent6d7e9e718bc7236dc29e0ca51a53d6c213296e66
- symbols can have a LaTeX name, e.g. symbol s("s", "\\sigma");
- LaTeX output of indexed objects and tensors is much nicer
- simplify_indexed() can do arbitrary contractions in Dirac gamma strings
- constructing expressions like
    (x * dirac_ONE() + dirac_ONE()) * dirac_gamma(mu)
  resulted in an exception because mul::simplify_ncmul() wasn't implemented
  (maybe afrink didn't anticipate that an implementation would really be
  needed...)
ginac/clifford.cpp
ginac/color.cpp
ginac/constant.cpp
ginac/constant.h
ginac/idx.cpp
ginac/indexed.cpp
ginac/mul.cpp
ginac/symbol.cpp
ginac/symbol.h
ginac/tensor.cpp
ginac/utils.h