Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
c1f038ba
Commit
c1f038ba
authored
Feb 26, 2011
by
Liam M. Healy
Browse files
Add :description and :long-description to the gsll.asd file
parent
6010bde3
Changes
1
Hide whitespace changes
Inline
Side-by-side
gsll.asd
View file @
c1f038ba
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <201
0
-0
8-13 11:36:52ED
T gsll.asd>
;; Time-stamp: <201
1
-0
2-26 20:44:27ES
T gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -30,6 +30,28 @@
:version
"0"
:author
"Liam M. Healy"
:licence
"GPL v3"
:description
"An interface to the GNU Scientific Library (GSL) from Common Lisp."
:long-description
"The GNU Scientific Library for Lisp (GSLL) allows you to use the
GNU Scientific Library (GSL) from Common Lisp. This library provides
a full range of common mathematical operations useful to scientific
and engineering applications. The design of the GSLL interface is
such that access to most of the GSL library is possible in a
Lisp-natural way; the intent is that the user not be hampered by the
restrictions of the C language in which GSL has been written. GSLL
thus provides interactive use of GSL for getting quick answers, even
for someone not intending to program in Lisp.
Topics include: roots of polynomials, special functions, vectors and
matrices, permutations, sorting, BLAS (basic linear algebra
subprograms), linear algebra, eigensystems, fast Fourier transforms,
quadrature, random numbers, quasi-random sequences, random
distributions, statistics, histograms, N-tuples, Monte Carlo
integration, simulated annealing, differential equations,
interpolation, numerical differentiation, Chebyshev approximation,
series acceleration, discrete Hankel transforms, root-finding,
minimization least-squares fitting, IEEE floating-point, discrete
wavelet transforms."
:depends-on
(
foreign-array
grid
cffi
cffi-grovel
trivial-garbage
#+
fsbv
fsbv
)
:components
((
:module
init
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment