Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: source-changes
Date: 07/05/2001 21:07:51
Module Name:	doc
Committed By:	jtb
Date:		Thu Jul  5 18:07:51 UTC 2001

Modified Files:
	doc: pkg-CHANGES

Log Message:
Note update of gsl to 0.9.

Here are the recent entries in the NEWS file.

* What is new in gsl-0.9:

** There is a new system of vector and matrix views.  Any code using
vector and matrix views will need to be updated.

** The order of arguments of the view functions involving strides have
been changed to be consistent with the rest of the library.

** The ode solvers have been reorganized.

** There are new eigensystem routines for real symmetric and complex
hermitian matrices.

** The linear algebra directory now includes functions for computing
symmetric tridiagonal decompositions and bidiagonal decompositions.

** The svd routines now include the Golub-Reinsch and Modified
Golub-Reinsch algorithms in addition to the Jacobi algorithm.

** The interpolation directory has been reorganized and a higher-level
"spline" interface has been added which simplifies the handling of
interpolation arguments.

** IEEE support is now available on OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.4647 -r1.4648 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.