GiNaC/ginac add.cpp add.h basic.cpp basic.h clifford.cpp clifford.h color.cpp color.h constant.cpp constant.h container.pl ex.cpp ex.h expairseq.cpp expairseq.h fderivative.cpp function.pl idx.cpp idx.h indexed.cpp indexed.h inifcns.cpp inifcns_gamma.cpp inifcns_trans.cpp input_parser.yy matrix.cpp matrix.h mul.cpp mul.h ncmul.cpp ncmul.h normal.cpp numeric.cpp numeric.h power.cpp power.h pseries.cpp pseries.h relational.cpp relational.h structure.cpp symbol.cpp symbol.h symmetry.cpp symmetry.h tensor.cpp tensor.h wildcard.cpp wildcard.h
Richard Kreckel
kreckel at thep.physik.uni-mainz.de
Wed Aug 22 18:11:51 CEST 2001
Update of /home/cvs/GiNaC/ginac
Modified Files:
add.cpp add.h basic.cpp basic.h clifford.cpp clifford.h
color.cpp color.h constant.cpp constant.h container.pl ex.cpp
ex.h expairseq.cpp expairseq.h fderivative.cpp function.pl
idx.cpp idx.h indexed.cpp indexed.h inifcns.cpp
inifcns_gamma.cpp inifcns_trans.cpp input_parser.yy matrix.cpp
matrix.h mul.cpp mul.h ncmul.cpp ncmul.h normal.cpp
numeric.cpp numeric.h power.cpp power.h pseries.cpp pseries.h
relational.cpp relational.h structure.cpp symbol.cpp symbol.h
symmetry.cpp symmetry.h tensor.cpp tensor.h wildcard.cpp
wildcard.h
Log Message:
- Cleanups: My evil plot of making ex::bp private may finally be carried
out, provided one changes all the is_of_type(obj,type) to is_a<type>(obj)
which we don't do right now because it would degrade performance on
gcc-2.95.x. Also, ex_to_type(obj) has gone for good now, we have been
having ex_to<type>(obj) long enough. ex_to_nonconst_type(obj) have gone
as well, since they are almost never used and one can always cast aways
the constness explicitly if need should arise.
More information about the GiNaC-cvs
mailing list