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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8a0ac7306ed305354a457711ec67fb1647a70d9d
Select Git revision
Branches
3
defmfun-unwind-protect
master
default
protected
quicklisp
Tags
17
QL-2017-01
QL-2016-12
QL-2016-08
QL-2016-06
QL-2016-02
QL-2015-12
QL-2013-11
QL-2013-06
QL-2013-03
final-gsd
final-ffa
pre-grid
defcbstruct
memory-managed
pre-ffa
final-private-svn
pre-iospec
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
May
25
24
23
22
26
Apr
25
20
18
17
14
10
4
28
Mar
13
7
Feb
5
20
Jan
18
17
3
2
1
28
Dec
27
26
25
23
22
21
20
7
6
30
Nov
27
19
18
16
17
16
15
14
12
11
10
9
8
7
3
1
31
Oct
25
18
15
26
Sep
24
22
20
19
18
26
Aug
25
24
23
22
4
Jul
17
Jun
16
15
14
10
9
8
7
6
5
4
3
30
May
28
26
25
24
23
20
19
17
16
12
7
6
3
2
30
Apr
29
27
26
19
15
11
4
2
1
31
Mar
30
29
28
26
25
23
22
21
20
19
18
17
16
15
14
12
10
9
8
7
5
4
2
1
28
Feb
26
25
24
23
21
19
18
17
16
15
14
13
12
11
10
9
8
7
3
2
31
Jan
28
26
25
24
22
21
20
19
16
15
14
12
11
10
9
8
7
6
5
4
3
1
31
Dec
30
29
28
27
26
25
23
22
21
15
14
7
6
30
Nov
29
27
23
16
15
11
9
8
2
25
Oct
21
13
21
Sep
20
14
31
Aug
29
23
21
20
17
16
14
12
11
10
9
7
6
3
2
24
Jul
11
Apr
4
28
Mar
24
Jul
24
Feb
20
18
17
16
11
6
4
3
1
29
Jan
28
27
21
20
19
17
16
14
13
9
8
6
30
Dec
17
9
27
Nov
22
18
13
11
19
Oct
17
8
1
30
Sep
25
16
12
Apr
5
Mar
20
Feb
11
5
29
Jan
28
2
1
4
Dec
26
Nov
12
30
Oct
23
9
1
18
Sep
11
3
22
Aug
19
Jul
17
16
15
14
13
12
9
8
7
6
4
3
2
28
Jun
27
23
22
19
18
17
14
13
12
8
7
6
5
4
3
1
31
May
30
29
26
25
23
22
14
11
5
4
3
2
1
30
Apr
29
28
27
26
25
22
21
20
19
17
16
15
14
13
11
7
6
5
3
2
30
Mar
29
28
27
26
C float parser is matching to nothing
Better C floating point parsing; add dependency in gsll.asd
Split convert-gsl-test, select arguments
New random sample tests; rewrite testpdf
Convert the tests from cdf/test_auto.c for randist
Simplified paths to the foreign libraries; use gsl-config for header
Prohibit creation of a marray with a zero dimension
Added tests from GSL for more random distributions
Replace random/gaussian tests with GSL tests
Convert GSL test file to a list of CL forms
New macro assert-to-tolerance and constants defining tolerances
Add documentation strings for the GSL 1.12 additions to Chebyshev
Make 'covariance an optional argument to #'ls-covariance
Fixed nonlinear least squares fitting to allow its use outside the gsl package * Updated fit-test-delta function to take take the solver object in order to avoid passing it raw pointers * Exported the jacobian function
Return a CL (foreign-friendly) array from #'coefficients
Improve the message from obsolete-gsl-version
Use GSL tests for random distributions: tdist, laplace
Fix example of jacobian-elliptic-functions
Define the epsilon for Mathieu tests
Correct return values from jacobian-elliptic-functions; add tests
Use CL RNG object, and not the foreign pointer in simulated annealing
Changed 'uniform to :uniform
Extract c-pointer of interpolation arrays xa, ya before passing
Create marrays with grid:make-grid
Upcase before interning in #'data-class-name
Removed iterate extension; it is now in the grid system
Fix argument type for LU-sgndet
Fix argument type for LU-determinant (reported by moesenle)
Add tests for Cholesky invert; supply dimensions for marray make-load-form
Correct default vector size in SV-solve for non-square
Define #'cholesky-invert
Random number generator type symbols in keyword package
Export the symbols for selecting random number sample functions.
Merge branch 'master' of ssh://repo.or.cz/srv/git/gsll
Add eval-when for push onto grid:*grid-data-superclasses*
Update license info
Remove gitignores
Include copyright and license information
Be strict on initial marray values; default marrays
Use symbols exported from c-array
Loading