Mercurial > hg > octave-nkf
diff NEWS @ 2815:33486d9e2d00
[project @ 1997-03-14 08:24:46 by jwe]
author | jwe |
---|---|
date | Fri, 14 Mar 1997 08:25:58 +0000 |
parents | 9aeba8e006a4 |
children | 19c45d29f177 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ function y = f (x) y = sqrt (x); endfunction quad ("f", 0, 1) + * If the argument to eig() is symmetric, Octave uses the specialized + Lapack subroutine for symmetric matrices for a significant + increase in performance. + Summary of changes for version 2.0.5: ------------------------------------