]> www.ginac.de Git - ginac.git/commit
- added stream manipulators index_dimensions and no_index_dimensions
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 26 Mar 2003 19:59:47 +0000 (19:59 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Wed, 26 Mar 2003 19:59:47 +0000 (19:59 +0000)
commit47837c4973890ce46756f0865f2347f76bd2b015
tree3a94fc1970d46eb38560486cbcb52897aabb042a
parent48270341e4db4fbeaca7a5eb84f49484a538f4ce
- 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
29 files changed:
ginac/archive.cpp
ginac/archive.h
ginac/basic.cpp
ginac/clifford.cpp
ginac/color.cpp
ginac/constant.cpp
ginac/container.pl
ginac/ex.cpp
ginac/ex.h
ginac/expairseq.cpp
ginac/fderivative.cpp
ginac/flags.h
ginac/function.pl
ginac/idx.cpp
ginac/indexed.cpp
ginac/matrix.cpp
ginac/numeric.cpp
ginac/operators.cpp
ginac/operators.h
ginac/power.cpp
ginac/print.h
ginac/pseries.cpp
ginac/registrar.h
ginac/relational.cpp
ginac/symbol.cpp
ginac/symmetry.cpp
ginac/tensor.cpp
ginac/utils.h
ginac/wildcard.cpp