]> www.ginac.de Git - ginac.git/commit
- subs() can be used to substitute functions, tensors and indexed objects
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 5 Apr 2001 19:45:05 +0000 (19:45 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 5 Apr 2001 19:45:05 +0000 (19:45 +0000)
commitaef64ef1f63f7b4cb9236c5c189873e48c6c999b
tree2b2515d438b5ca5a157525ff491ec0059aa3d202
parent0af4f02790c8ae93f74b833a492c4a39ba7c342a
- subs() can be used to substitute functions, tensors and indexed objects
- op(0) of an idx object returns the index value; a nice side-effect of
  this is that idx'es no longer all have the same hash value
- added checks for clifford class
14 files changed:
check/Makefile.am
check/exam_clifford.cpp [new file with mode: 0644]
check/exams.cpp
check/exams.h
check/exams.ref
ginac/basic.cpp
ginac/function.pl
ginac/idx.cpp
ginac/idx.h
ginac/indexed.cpp
ginac/indexed.h
ginac/symbol.cpp
ginac/tensor.cpp
ginac/tensor.h