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
a4852546
Commit
a4852546
authored
13 years ago
by
Liam M. Healy
Committed by
Liam M. Healy
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Moved connected system definitions to a new file gsll-connections.lisp
parent
4fba8e72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gsll-connections.lisp
+201
-0
201 additions, 0 deletions
gsll-connections.lisp
gsll.asd
+10
-200
10 additions, 200 deletions
gsll.asd
with
211 additions
and
200 deletions
gsll-connections.lisp
0 → 100644
+
201
−
0
View file @
a4852546
;; Connected systems to GSLL
;; Liam Healy 2011-08-23 09:14:12EDT gsll-connections.lisp
;; Time-stamp: <2011-08-23 09:14:56EDT gsll-connections.lisp>
(
in-package
:cl-user
)
(
asdf:defsystem-connection
GSLL-tests
:name
"GSLL-tests"
:description
"Regression (unit) tests for GNU Scientific Library for Lisp."
:version
"0"
:author
"Liam M. Healy"
:licence
"GPL v3"
:requires
(
gsll
lisp-unit
)
:components
((
:module
test-unit
:components
((
cffi-grovel:grovel-file
"machine"
)
(
:file
"augment"
:depends-on
(
"machine"
))))
(
:module
tests
:depends-on
(
test-unit
)
:components
((
:file
"absolute-deviation"
)
(
:file
"absolute-sum"
)
(
:file
"airy"
)
(
:file
"autocorrelation"
)
(
:file
"axpy"
)
(
:file
"basis-spline"
)
(
:file
"bernoulli"
)
(
:file
"bessel"
)
(
:file
"beta"
)
(
:file
"binomial"
)
(
:file
"blas-copy"
)
(
:file
"blas-swap"
)
(
:file
"cauchy"
)
(
:file
"cdot"
)
(
:file
"chebyshev"
)
(
:file
"chi-squared"
)
(
:file
"cholesky"
)
(
:file
"clausen"
)
(
:file
"column"
)
(
:file
"combination"
)
(
:file
"coulomb"
)
(
:file
"coupling"
)
(
:file
"correlation"
)
(
:file
"covariance"
)
(
:file
"dawson"
)
(
:file
"debye"
)
(
:file
"dilogarithm"
)
(
:file
"dirichlet"
)
(
:file
"discrete"
)
(
:file
"dot"
)
(
:file
"eigensystems"
)
(
:file
"elementary"
)
(
:file
"elliptic-functions"
)
(
:file
"elliptic-integrals"
)
(
:file
"error-functions"
)
(
:file
"euclidean-norm"
)
(
:file
"exponential-functions"
)
(
:file
"exponential-integrals"
)
(
:file
"exponential"
)
(
:file
"exponential-power"
)
(
:file
"fast-fourier-transform"
)
(
:file
"fdist"
)
(
:file
"fermi-dirac"
)
(
:file
"flat"
)
(
:file
"gamma"
)
(
:file
"gamma-randist"
)
(
:file
"gaussian-bivariate"
)
(
:file
"gaussian"
)
(
:file
"gaussian-tail"
)
(
:file
"gegenbauer"
)
(
:file
"geometric"
)
(
:file
"givens"
)
(
:file
"gumbel1"
)
(
:file
"gumbel2"
)
(
:file
"hankel"
)
(
:file
"higher-moments"
)
(
:file
"histogram"
)
(
:file
"householder"
)
(
:file
"hypergeometric"
)
(
:file
"hypergeometric-randist"
)
(
:file
"index-max"
)
(
:file
"interpolation"
)
(
:file
"inverse-matrix-product"
)
(
:file
"laguerre"
)
(
:file
"lambert"
)
(
:file
"landau"
)
(
:file
"laplace"
)
(
:file
"legendre"
)
(
:file
"levy"
)
(
:file
"linear-least-squares"
)
(
:file
"logarithmic"
)
(
:file
"logarithm"
)
(
:file
"logistic"
)
(
:file
"lognormal"
)
(
:file
"lu"
)
(
:file
"mathematical"
)
(
:file
"mathieu"
)
(
:file
"matrix-div"
)
(
:file
"matrix-max-index"
)
(
:file
"matrix-max"
)
(
:file
"matrix-mean"
)
(
:file
"matrix-min"
)
(
:file
"matrix-min-index"
)
(
:file
"matrix-minmax-index"
)
(
:file
"matrix-minmax"
)
(
:file
"matrix-sub"
)
(
:file
"matrix-add"
)
(
:file
"matrix-mult"
)
#+
fsbv
(
:file
"matrix-product-hermitian"
)
(
:file
"matrix-product"
)
(
:file
"matrix-product-nonsquare"
)
(
:file
"matrix-product-symmetric"
)
(
:file
"matrix-product-triangular"
)
(
:file
"matrix-set-all"
)
(
:file
"matrix-set-zero"
)
(
:file
"matrix-standard-deviation"
)
(
:file
"matrix-standard-deviation-with-fixed-mean"
)
(
:file
"matrix-standard-deviation-with-mean"
)
(
:file
"matrix-swap"
)
(
:file
"matrix-transpose-copy"
)
(
:file
"matrix-transpose"
)
(
:file
"matrix-variance"
)
(
:file
"matrix-variance-with-fixed-mean"
)
(
:file
"matrix-variance-with-mean"
)
(
:file
"median-percentile"
)
(
:file
"minimization-one"
)
(
:file
"minimization-multi"
)
(
:file
"monte-carlo"
)
(
:file
"multinomial"
)
(
:file
"negative-binomial"
)
(
:file
"nonlinear-least-squares"
)
(
:file
"ntuple"
)
(
:file
"numerical-differentiation"
)
(
:file
"numerical-integration"
)
(
:file
"ode"
)
(
:file
"pareto"
)
(
:file
"permutation"
)
(
:file
"poisson"
)
(
:file
"polynomial"
)
(
:file
"power"
)
(
:file
"psi"
)
(
:file
"qr"
)
(
:file
"qrpt"
)
(
:file
"quasi-random-number-generators"
)
(
:file
"random-number-generators"
)
(
:file
"rank-1-update"
)
(
:file
"rayleigh"
)
(
:file
"rayleigh-tail"
)
(
:file
"roots-multi"
)
(
:file
"roots-one"
)
(
:file
"row"
)
(
:file
"scale"
)
(
:file
"series-acceleration"
)
(
:file
"set-basis"
)
(
:file
"setf-column"
)
(
:file
"setf-row"
)
(
:file
"set-identity"
)
(
:file
"shuffling-sampling"
)
(
:file
"sort-matrix-largest"
)
(
:file
"sort-matrix"
)
(
:file
"sort-matrix-smallest"
)
(
:file
"sort-vector-index"
)
(
:file
"sort-vector-largest-index"
)
(
:file
"sort-vector-largest"
)
(
:file
"sort-vector"
)
(
:file
"sort-vector-smallest-index"
)
(
:file
"sort-vector-smallest"
)
(
:file
"spherical-vector"
)
(
:file
"svd"
)
(
:file
"swap-columns"
)
(
:file
"swap-elements"
)
(
:file
"swap-row-column"
)
(
:file
"swap-rows"
)
(
:file
"synchrotron"
)
(
:file
"tdist"
)
(
:file
"transport"
)
(
:file
"trigonometry"
)
(
:file
"vector-div"
)
(
:file
"vector-max-index"
)
(
:file
"vector-max"
)
(
:file
"vector-mean"
)
(
:file
"vector-min"
)
(
:file
"vector-min-index"
)
(
:file
"vector-minmax-index"
)
(
:file
"vector-minmax"
)
(
:file
"vector-sub"
)
(
:file
"vector-add"
)
(
:file
"vector-mult"
)
(
:file
"vector-reverse"
)
(
:file
"vector-set-all"
)
(
:file
"vector-set-zero"
)
(
:file
"vector-standard-deviation"
)
(
:file
"vector-standard-deviation-with-fixed-mean"
)
(
:file
"vector-standard-deviation-with-mean"
)
(
:file
"vector-swap"
)
(
:file
"vector-variance"
)
(
:file
"vector-variance-with-fixed-mean"
)
(
:file
"vector-variance-with-mean"
)
(
:file
"weibull"
)
(
:file
"zeta"
)))))
This diff is collapsed.
Click to expand it.
gsll.asd
+
10
−
200
View file @
a4852546
;; Definition of GSLL system
;; Liam Healy
;; Time-stamp: <2011-08-
19 08:5
9:1
5
EDT gsll.asd>
;; Time-stamp: <2011-08-
23 09:1
9:1
4
EDT gsll.asd>
;;
;; Copyright 2006, 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
...
...
@@ -30,10 +30,16 @@
:version
"0"
:author
"Liam M. Healy"
:licence
"GPL v3"
:depends-on
(
antik
cffi-grovel
trivial-garbage
alexandria
#+
fsbv
fsbv
osicat
)
:depends-on
(
#:asdf-system-connections
#:antik
#:cffi-grovel
#:trivial-garbage
#:alexandria
#+
fsbv
#:fsbv
#:osicat
)
:components
((
:module
init
((
:file
"gsll-connections"
)
(
:module
init
:components
((
:file
"init"
)
(
cffi-grovel:grovel-file
...
...
@@ -269,199 +275,3 @@
(
cffi-grovel:grovel-file
"cgsm"
)
(
cffi-grovel:grovel-file
"num"
)
(
:file
export
)))))
(
asdf:defsystem-connection
GSLL-tests
:name
"GSLL-tests"
:description
"Regression (unit) tests for GNU Scientific Library for Lisp."
:version
"0"
:author
"Liam M. Healy"
:licence
"GPL v3"
:requires
(
gsll
lisp-unit
)
:components
((
:module
test-unit
:components
((
cffi-grovel:grovel-file
"machine"
)
(
:file
"augment"
:depends-on
(
"machine"
))))
(
:module
tests
:depends-on
(
test-unit
)
:components
((
:file
"absolute-deviation"
)
(
:file
"absolute-sum"
)
(
:file
"airy"
)
(
:file
"autocorrelation"
)
(
:file
"axpy"
)
(
:file
"basis-spline"
)
(
:file
"bernoulli"
)
(
:file
"bessel"
)
(
:file
"beta"
)
(
:file
"binomial"
)
(
:file
"blas-copy"
)
(
:file
"blas-swap"
)
(
:file
"cauchy"
)
(
:file
"cdot"
)
(
:file
"chebyshev"
)
(
:file
"chi-squared"
)
(
:file
"cholesky"
)
(
:file
"clausen"
)
(
:file
"column"
)
(
:file
"combination"
)
(
:file
"coulomb"
)
(
:file
"coupling"
)
(
:file
"correlation"
)
(
:file
"covariance"
)
(
:file
"dawson"
)
(
:file
"debye"
)
(
:file
"dilogarithm"
)
(
:file
"dirichlet"
)
(
:file
"discrete"
)
(
:file
"dot"
)
(
:file
"eigensystems"
)
(
:file
"elementary"
)
(
:file
"elliptic-functions"
)
(
:file
"elliptic-integrals"
)
(
:file
"error-functions"
)
(
:file
"euclidean-norm"
)
(
:file
"exponential-functions"
)
(
:file
"exponential-integrals"
)
(
:file
"exponential"
)
(
:file
"exponential-power"
)
(
:file
"fast-fourier-transform"
)
(
:file
"fdist"
)
(
:file
"fermi-dirac"
)
(
:file
"flat"
)
(
:file
"gamma"
)
(
:file
"gamma-randist"
)
(
:file
"gaussian-bivariate"
)
(
:file
"gaussian"
)
(
:file
"gaussian-tail"
)
(
:file
"gegenbauer"
)
(
:file
"geometric"
)
(
:file
"givens"
)
(
:file
"gumbel1"
)
(
:file
"gumbel2"
)
(
:file
"hankel"
)
(
:file
"higher-moments"
)
(
:file
"histogram"
)
(
:file
"householder"
)
(
:file
"hypergeometric"
)
(
:file
"hypergeometric-randist"
)
(
:file
"index-max"
)
(
:file
"interpolation"
)
(
:file
"inverse-matrix-product"
)
(
:file
"laguerre"
)
(
:file
"lambert"
)
(
:file
"landau"
)
(
:file
"laplace"
)
(
:file
"legendre"
)
(
:file
"levy"
)
(
:file
"linear-least-squares"
)
(
:file
"logarithmic"
)
(
:file
"logarithm"
)
(
:file
"logistic"
)
(
:file
"lognormal"
)
(
:file
"lu"
)
(
:file
"mathematical"
)
(
:file
"mathieu"
)
(
:file
"matrix-div"
)
(
:file
"matrix-max-index"
)
(
:file
"matrix-max"
)
(
:file
"matrix-mean"
)
(
:file
"matrix-min"
)
(
:file
"matrix-min-index"
)
(
:file
"matrix-minmax-index"
)
(
:file
"matrix-minmax"
)
(
:file
"matrix-sub"
)
(
:file
"matrix-add"
)
(
:file
"matrix-mult"
)
#+
fsbv
(
:file
"matrix-product-hermitian"
)
(
:file
"matrix-product"
)
(
:file
"matrix-product-nonsquare"
)
(
:file
"matrix-product-symmetric"
)
(
:file
"matrix-product-triangular"
)
(
:file
"matrix-set-all"
)
(
:file
"matrix-set-zero"
)
(
:file
"matrix-standard-deviation"
)
(
:file
"matrix-standard-deviation-with-fixed-mean"
)
(
:file
"matrix-standard-deviation-with-mean"
)
(
:file
"matrix-swap"
)
(
:file
"matrix-transpose-copy"
)
(
:file
"matrix-transpose"
)
(
:file
"matrix-variance"
)
(
:file
"matrix-variance-with-fixed-mean"
)
(
:file
"matrix-variance-with-mean"
)
(
:file
"median-percentile"
)
(
:file
"minimization-one"
)
(
:file
"minimization-multi"
)
(
:file
"monte-carlo"
)
(
:file
"multinomial"
)
(
:file
"negative-binomial"
)
(
:file
"nonlinear-least-squares"
)
(
:file
"ntuple"
)
(
:file
"numerical-differentiation"
)
(
:file
"numerical-integration"
)
(
:file
"ode"
)
(
:file
"pareto"
)
(
:file
"permutation"
)
(
:file
"poisson"
)
(
:file
"polynomial"
)
(
:file
"power"
)
(
:file
"psi"
)
(
:file
"qr"
)
(
:file
"qrpt"
)
(
:file
"quasi-random-number-generators"
)
(
:file
"random-number-generators"
)
(
:file
"rank-1-update"
)
(
:file
"rayleigh"
)
(
:file
"rayleigh-tail"
)
(
:file
"roots-multi"
)
(
:file
"roots-one"
)
(
:file
"row"
)
(
:file
"scale"
)
(
:file
"series-acceleration"
)
(
:file
"set-basis"
)
(
:file
"setf-column"
)
(
:file
"setf-row"
)
(
:file
"set-identity"
)
(
:file
"shuffling-sampling"
)
(
:file
"sort-matrix-largest"
)
(
:file
"sort-matrix"
)
(
:file
"sort-matrix-smallest"
)
(
:file
"sort-vector-index"
)
(
:file
"sort-vector-largest-index"
)
(
:file
"sort-vector-largest"
)
(
:file
"sort-vector"
)
(
:file
"sort-vector-smallest-index"
)
(
:file
"sort-vector-smallest"
)
(
:file
"spherical-vector"
)
(
:file
"svd"
)
(
:file
"swap-columns"
)
(
:file
"swap-elements"
)
(
:file
"swap-row-column"
)
(
:file
"swap-rows"
)
(
:file
"synchrotron"
)
(
:file
"tdist"
)
(
:file
"transport"
)
(
:file
"trigonometry"
)
(
:file
"vector-div"
)
(
:file
"vector-max-index"
)
(
:file
"vector-max"
)
(
:file
"vector-mean"
)
(
:file
"vector-min"
)
(
:file
"vector-min-index"
)
(
:file
"vector-minmax-index"
)
(
:file
"vector-minmax"
)
(
:file
"vector-sub"
)
(
:file
"vector-add"
)
(
:file
"vector-mult"
)
(
:file
"vector-reverse"
)
(
:file
"vector-set-all"
)
(
:file
"vector-set-zero"
)
(
:file
"vector-standard-deviation"
)
(
:file
"vector-standard-deviation-with-fixed-mean"
)
(
:file
"vector-standard-deviation-with-mean"
)
(
:file
"vector-swap"
)
(
:file
"vector-variance"
)
(
:file
"vector-variance-with-fixed-mean"
)
(
:file
"vector-variance-with-mean"
)
(
:file
"weibull"
)
(
:file
"zeta"
)))))
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