New module gsl.lsp for the GNU Scientific Library

Started by Lutz, April 17, 2012, 06:52:31 AM

Previous topic - Next topic

Lutz

A new module file gsl.lsp for the GNU Scientific Library is available here:



http://www.newlisp.org/modules/various/gsl.lsp.html">http://www.newlisp.org/modules/various/gsl.lsp.html



This first version contains functions for Cholesky, QR and SVD for decomposition of matrices and solving linear equations of type Ax = b. Many other functions are available in the GSL library:



http://www.gnu.org/software/gsl/">http://www.gnu.org/software/gsl/



more could be implemented.