From: Richard Kreckel Date: Mon, 23 Apr 2001 19:50:16 +0000 (+0000) Subject: * class matrix: solve() doesn't call algorithms redundantly any more and X-Git-Tag: release_0-8-2~7 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=3bde2d7924d0972790a39ec9e27f8f436daa9d1c;ds=sidebyside * class matrix: solve() doesn't call algorithms redundantly any more and inverse() falls back to solve() which works in more general cases. --- diff --git a/NEWS b/NEWS index de3fe902..d07ad0e3 100644 --- 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(). +* 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