]> www.ginac.de Git - ginac.git/commit
modular_matrix: don't use STL iterators in {mul, sub}_col and friends.
authorAlexei Sheplyakov <varg@metalica.kh.ua>
Sat, 8 Aug 2009 10:03:15 +0000 (13:03 +0300)
committerJens Vollinga <jensv@nikhef.nl>
Sun, 9 Aug 2009 21:41:46 +0000 (23:41 +0200)
commit3f1026f0540e4e7ab86656389d09c2152269e6cf
tree78ce83efbab4b614eeff982a1e6645ee3f092bbc
parentab8da4fe0687969d124c2c3b3e6ce62a63376a0a
modular_matrix: don't use STL iterators in {mul, sub}_col and friends.

Not using STL iterators makes the code simpler and cleaner. Also we don't
have to argue whether the standard ([lib.random.access.iterators]) imposes
any pre/post-condictions on operator+=.
(cherry picked from commit 59ec13895c97ffd74979a0b811a7571f6de56386)
ginac/factor.cpp