(module info (lib "infotab.ss" "setup")
(define name "PLT-Linalg")
(define blurb
(list "Simple linear algebra operations in double-precision for PLT Scheme. Uses LAPACK and BLAS. Contains bindings for all single- and double-precision BLAS operations."))
(define primary-file "all.ss")
(define doc.txt "doc.txt")
(define categories '(scientific datastructures))
(define can-be-loaded-with 'all)
(define release-notes
'((p "Version 1.7: Now searches for libraries on Windows.")
(p "Version 1.6: Added some new tests, now export structure type for matrix as s:matrix")
(p "Version 1.4: Thanks to Noel Welsh, now finds libraries on linux, too. Complete bindings to BLAS single- and double-precision operations in \"blas-lapack.ss\"")
(p "Version 1.3: Looks for libraries in more places---should now run on any system with libLAPACK and libBLAS installed in standard places.")
(p "Version 1.2: Fixed major bug in :matrix")
(p "Version 1.1: Only works in Mac OS 10.[3,4]."))))