Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
7b8c847d
Commit
7b8c847d
authored
Aug 09, 2010
by
Liam Healy
Browse files
Add dependencies on mathematical
parent
7aa0111c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gsll.asd
View file @
7b8c847d
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <2010-0
7-13 21:07:57
EDT gsll.asd>
;; Time-stamp: <2010-0
8-09 22:21:41
EDT gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -83,7 +83,7 @@
(
:file
"combination"
:depends-on
(
"foreign-array"
"array-structs"
))))
(
:file
"polynomial"
:depends-on
(
init
data
))
(
:module
special-functions
:depends-on
(
init
)
:depends-on
(
init
mathematical
)
:components
((
cffi-grovel:grovel-file
"sf-result"
)
(
:file
"return-structures"
:depends-on
(
"sf-result"
))
...
...
@@ -214,7 +214,7 @@
(
:file
"probability-distribution"
:depends-on
(
"histogram"
))
(
:file
"ntuple"
)))
(
:module
calculus
:depends-on
(
init
data
random
)
:depends-on
(
init
mathematical
data
random
)
:components
((
:file
"numerical-integration"
)
(
:file
"numerical-integration-with-tables"
...
...
@@ -232,7 +232,7 @@
(
:file
"evolution"
)
(
:file
"ode-example"
:depends-on
(
"ode-system"
"stepping"
))))
(
:module
interpolation
:depends-on
(
init
)
:depends-on
(
init
mathematical
)
:components
((
:file
"interpolation"
)
(
:file
"types"
:depends-on
(
"interpolation"
))
...
...
@@ -241,11 +241,11 @@
(
:file
"spline-example"
:depends-on
(
"types"
))))
(
:file
"chebyshev"
:depends-on
(
init
))
(
cffi-grovel:grovel-file
"series-struct"
)
(
:file
"series-acceleration"
:depends-on
(
init
"series-struct"
))
(
:file
"series-acceleration"
:depends-on
(
init
mathematical
"series-struct"
))
(
:file
"wavelet"
:depends-on
(
init
data
))
(
:file
"hankel"
:depends-on
(
init
data
))
(
:module
solve-minimize-fit
:depends-on
(
init
data
random
)
:depends-on
(
init
mathematical
data
random
)
:components
((
:file
"generic"
)
(
cffi-grovel:grovel-file
"solver-struct"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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