GiNaC/ginac basic.cpp clifford.cpp container.pl expairseq.cpp idx.cpp indexed.cpp matrix.cpp mul.cpp ncmul.cpp normal.cpp power.cpp symbol.cpp symmetry.cpp

Christian Bauer cbauer at thep.physik.uni-mainz.de
Mon May 19 16:21:44 CEST 2003


Update of /home/cvs/GiNaC/ginac

Modified Files:
      Tag: ginac_1-1
	basic.cpp clifford.cpp container.pl expairseq.cpp idx.cpp 
	indexed.cpp matrix.cpp mul.cpp ncmul.cpp normal.cpp power.cpp 
	symbol.cpp symmetry.cpp 
Log Message:
lst now provides (read-only) iterator types, the use of which makes iterating
over the elements of a lst an operation of order O(N), instead of O(N^2) when
using nops()/op(); this should speed up subs()




More information about the GiNaC-cvs mailing list