]> www.ginac.de Git - ginac.git/commit
- removed debugging code in match()
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 25 May 2001 20:51:35 +0000 (20:51 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 25 May 2001 20:51:35 +0000 (20:51 +0000)
commitdf5f8db62815995d87ebd4f97a5dbc0d1a327b94
tree7f380e96f35064246179f0aaec37e5058ec12cde
parentbde64e86030f0296bc67e6a5a270e5cfa38fae90
- removed debugging code in match()
- added ex::match(const ex & pattern) which doesn't take a list as second
  argument
- expairseq::subs() substitutes in recombined pairs when the pattern is a
  product or a power; this is necessary for things like subs(2*x^2,x^2==3)
  because the first expression is mul(<x,2>,2) and only substituting in the
  "rest" part of the expair is not enough
ginac/basic.cpp
ginac/ex.cpp
ginac/ex.h
ginac/expairseq.cpp
ginac/idx.cpp
ginac/idx.h