summaryrefslogtreecommitdiff
path: root/math/gsl/pkg
AgeCommit message (Collapse)AuthorFilesLines
2001-03-28Updated to gsl-0.7.jtb1-98/+152
* What is new in gsl-0.7: ** Linux/PowerPC should now be well supported. ** Header files for common physical constants have been added. ** Functions linear and nonlinear regression in one or more dimensions are now available. ** Vector and matrix views now have access to the address of the underlying block for compatibility with VSIPL (www.vsipl.org). ** There is a new library for generating low-discrepancy quasi-random sequences. ** The seeding procedure of the default random number generator MT19937 has been updated to match the 10/99 release of the original code. This fixes a weakness which occurred for seeds which were powers of 2. ** The blas library libgslblasnative has been renamed libgslblas to avoid confusion with system blas library
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+0
2000-02-08Initial import of gsl-0.5, the GNU Scientific Libraryfredb3-0/+194
(GSL), a collection of routines for numerical computing. Package submitted by David Maxwell <david@fundy.ca>.