GiNaC/ginac archive.cpp archive.h basic.cpp clifford.cpp color.cpp constant.cpp container.pl ex.cpp ex.h expairseq.cpp fderivative.cpp flags.h function.pl idx.cpp indexed.cpp matrix.cpp numeric.cpp operators.cpp operators.h power.cpp print.h pseries.cpp registrar.h relational.cpp symbol.cpp symmetry.cpp tensor.cpp utils.h wildcard.cpp
Christian Bauer
cbauer at thep.physik.uni-mainz.de
Wed Mar 26 17:59:49 CET 2003
Update of /home/cvs/GiNaC/ginac
Modified Files:
Tag: ginac_1-1
archive.cpp archive.h basic.cpp clifford.cpp color.cpp
constant.cpp container.pl ex.cpp ex.h expairseq.cpp
fderivative.cpp flags.h function.pl idx.cpp indexed.cpp
matrix.cpp numeric.cpp operators.cpp operators.h power.cpp
print.h pseries.cpp registrar.h relational.cpp symbol.cpp
symmetry.cpp tensor.cpp utils.h wildcard.cpp
Log Message:
- added stream manipulators index_dimensions and no_index_dimensions
- using print() and print_context (and derived classes) in user code is now
deprecated in favor of the manipulators
- print_options moved from flags.h to print.h
- a symbol that appears multiple times in archives but is not listed in the
sym_lst passed to unarchive_ex() now receives the same serial number in
all occurrences, so GiNaC will treat it as one and the same symbol; this
made it necessary to remove the "const" from the second argument of
basic::unarchive() and the unarchiving constructor
More information about the GiNaC-cvs
mailing list