summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-ac
AgeCommit message (Collapse)AuthorFilesLines
2003-09-14forgot to add on last commitdmcmahill1-0/+14
2001-05-23No longer needed.jtb1-44/+0
2001-03-28Updated to gsl-0.7.jtb1-0/+44
* 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