]> www.ginac.de Git - ginac.git/commitdiff
* class matrix: solve() doesn't call algorithms redundantly any more and
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 23 Apr 2001 19:50:16 +0000 (19:50 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 23 Apr 2001 19:50:16 +0000 (19:50 +0000)
  inverse() falls back to solve() which works in more general cases.

NEWS

diff --git a/NEWS b/NEWS
index de3fe902d2c55d3f54abd7321ccf191a126af305..d07ad0e30fd573df08de1a5c90996a9bf1b06cd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ This file records noteworthy changes.
   result is either a recursively collected polynomial, or a polynomial in
   a distributed form with terms like coeff*x1^e1*...*xn^en, as specified by
   the second argument to collect().
   result is either a recursively collected polynomial, or a polynomial in
   a distributed form with terms like coeff*x1^e1*...*xn^en, as specified by
   the second argument to collect().
+* Several bugfixes (including a nasty memory leak in .normal()).
+* class matrix: solve() doesn't call algorithms redundantly any more and
+  inverse() falls back to solve() which works in more general cases.
 
 0.8.1 (16 April 2001)
 * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() can now
 
 0.8.1 (16 April 2001)
 * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() can now