]> www.ginac.de Git - ginac.git/commit
lst now provides (read-only) iterator types, the use of which makes iterating
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 19 May 2003 18:21:43 +0000 (18:21 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 19 May 2003 18:21:43 +0000 (18:21 +0000)
commit7b27cc8b0e4da74e995b7fd59ce7e778b63fb8cb
tree81887968ab8c73aedb68309bb12c46aeb32fb6cf
parent96d5264167306ccf3f09ed2797e9a1ba0085a55c
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()
16 files changed:
NEWS
configure.ac
doc/tutorial/ginac.texi
ginac/basic.cpp
ginac/clifford.cpp
ginac/container.pl
ginac/expairseq.cpp
ginac/idx.cpp
ginac/indexed.cpp
ginac/matrix.cpp
ginac/mul.cpp
ginac/ncmul.cpp
ginac/normal.cpp
ginac/power.cpp
ginac/symbol.cpp
ginac/symmetry.cpp