Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
7b8c847d
Commit
7b8c847d
authored
14 years ago
by
Liam Healy
Browse files
Options
Downloads
Patches
Plain Diff
Add dependencies on mathematical
parent
7aa0111c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gsll.asd
+6
-6
6 additions, 6 deletions
gsll.asd
with
6 additions
and
6 deletions
gsll.asd
+
6
−
6
View file @
7b8c847d
;; Definition of GSLL system
;; Definition of GSLL system
;; Liam Healy
;; 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
;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;; Distributed under the terms of the GNU General Public License
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
(
:file
"combination"
:depends-on
(
"foreign-array"
"array-structs"
))))
(
:file
"combination"
:depends-on
(
"foreign-array"
"array-structs"
))))
(
:file
"polynomial"
:depends-on
(
init
data
))
(
:file
"polynomial"
:depends-on
(
init
data
))
(
:module
special-functions
(
:module
special-functions
:depends-on
(
init
)
:depends-on
(
init
mathematical
)
:components
:components
((
cffi-grovel:grovel-file
"sf-result"
)
((
cffi-grovel:grovel-file
"sf-result"
)
(
:file
"return-structures"
:depends-on
(
"sf-result"
))
(
:file
"return-structures"
:depends-on
(
"sf-result"
))
...
@@ -214,7 +214,7 @@
...
@@ -214,7 +214,7 @@
(
:file
"probability-distribution"
:depends-on
(
"histogram"
))
(
:file
"probability-distribution"
:depends-on
(
"histogram"
))
(
:file
"ntuple"
)))
(
:file
"ntuple"
)))
(
:module
calculus
(
:module
calculus
:depends-on
(
init
data
random
)
:depends-on
(
init
mathematical
data
random
)
:components
:components
((
:file
"numerical-integration"
)
((
:file
"numerical-integration"
)
(
:file
"numerical-integration-with-tables"
(
:file
"numerical-integration-with-tables"
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
(
:file
"evolution"
)
(
:file
"evolution"
)
(
:file
"ode-example"
:depends-on
(
"ode-system"
"stepping"
))))
(
:file
"ode-example"
:depends-on
(
"ode-system"
"stepping"
))))
(
:module
interpolation
(
:module
interpolation
:depends-on
(
init
)
:depends-on
(
init
mathematical
)
:components
:components
((
:file
"interpolation"
)
((
:file
"interpolation"
)
(
:file
"types"
:depends-on
(
"interpolation"
))
(
:file
"types"
:depends-on
(
"interpolation"
))
...
@@ -241,11 +241,11 @@
...
@@ -241,11 +241,11 @@
(
:file
"spline-example"
:depends-on
(
"types"
))))
(
:file
"spline-example"
:depends-on
(
"types"
))))
(
:file
"chebyshev"
:depends-on
(
init
))
(
:file
"chebyshev"
:depends-on
(
init
))
(
cffi-grovel:grovel-file
"series-struct"
)
(
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
"wavelet"
:depends-on
(
init
data
))
(
:file
"hankel"
:depends-on
(
init
data
))
(
:file
"hankel"
:depends-on
(
init
data
))
(
:module
solve-minimize-fit
(
:module
solve-minimize-fit
:depends-on
(
init
data
random
)
:depends-on
(
init
mathematical
data
random
)
:components
:components
((
:file
"generic"
)
((
:file
"generic"
)
(
cffi-grovel:grovel-file
"solver-struct"
)
(
cffi-grovel:grovel-file
"solver-struct"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment