]> www.ginac.de Git - ginac.git/commit
mul::info(): cache the result of the positiveness/negativeness checks, ...
authorAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Sun, 13 Oct 2013 10:16:16 +0000 (13:16 +0300)
committerAlexei Sheplyakov <Alexei.Sheplyakov@gmail.com>
Wed, 16 Oct 2013 05:20:29 +0000 (08:20 +0300)
commit31fef4a6bc14afa46a297b3b87f94204d6c726d5
tree03695576ee4e2b6c430c4eb225c49891d5d55962
parent50ed15a65e858858999be45301b3f49821cb1e71
mul::info(): cache the result of the positiveness/negativeness checks, ...

... and use the cached result if possible.
check/CMakeLists.txt
check/check_mul_info.cpp [new file with mode: 0644]
ginac/mul.cpp