GiNaC/ginac basic.cpp container.pl expairseq.cpp function.pl indexed.cpp indexed.h power.cpp symbol.cpp symbol.h tensor.cpp tensor.h
Christian Bauer
cbauer at doraemon.physik.uni-mainz.de
Thu Apr 5 19:02:28 CEST 2001
Update of /home/cvs/GiNaC/ginac
Modified Files:
basic.cpp container.pl expairseq.cpp function.pl indexed.cpp
indexed.h power.cpp symbol.cpp symbol.h tensor.cpp tensor.h
Log Message:
subs() performs "syntactic substitution" as in Maple; you can substitute
any object by any other object (even numerics) but only when the object
subs() is called on exactly matches an object on the left-hand side of the
substitution list; expairseq still doesn't substitute its numeric coefficients
so substituting numerics will not replace them in all occurences (this
shouldn't matter, though)
More information about the GiNaC-cvs
mailing list