New module gsl.lsp for the GNU Scientific Library

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

New module gsl.lsp for the GNU Scientific Library

Post by Lutz »

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

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/

more could be implemented.

Locked