From 3bde2d7924d0972790a39ec9e27f8f436daa9d1c Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 23 Apr 2001 19:50:16 +0000 Subject: [PATCH 1/1] * class matrix: solve() doesn't call algorithms redundantly any more and inverse() falls back to solve() which works in more general cases. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.0