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
817cdcef
Commit
817cdcef
authored
16 years ago
by
Liam Healy
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation
New dependency; simplified terminology.
parent
c561b4d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
documentation/documentation.html
+11
-10
11 additions, 10 deletions
documentation/documentation.html
documentation/index.html
+4
-3
4 additions, 3 deletions
documentation/index.html
with
15 additions
and
13 deletions
documentation/documentation.html
+
11
−
10
View file @
817cdcef
...
@@ -82,17 +82,18 @@ are functions whose symbols are exported so that an arglist prompt
...
@@ -82,17 +82,18 @@ are functions whose symbols are exported so that an arglist prompt
will be visible; however, the function should not be used outside a
will be visible; however, the function should not be used outside a
<code>
letm
</code>
binding.
<code>
letm
</code>
binding.
<h3>
Data: vectors and matrice
s
</h3>
<h3>
Array
s
</h3>
<div
class=
"content"
>
<div
class=
"content"
>
<p>
<p>
Collectively vectors and matrices and are called
GSLL has many functions that work on vectors (one-dimensional arrays)
<i>
data
</i>
. GSLL supports all element types that are supported by
and matrices (two-dimensional arrays). GSLL supports all array element
CFFI, the CL implementation, and GSL. This list is
types that are supported by CFFI, the CL implementation, and GSL.
available in the variable
<code>
*array-element-types*
</code>
.
This list is available in the
These arrays are
<i>
foreign-friendly
</i>
, meaning that
variable
<code>
*array-element-types*
</code>
. These arrays
on platforms that support it (currently only SBCL), the contents are
are
<i>
foreign-friendly
</i>
, meaning that on platforms that support
directly available to the GSL functions without copying between the
it (currently only SBCL), the contents are directly available to the
Lisp area and the C area of memory.
GSL functions without copying between the Lisp area and the C area of
memory.
<p>
<p>
Common Lisp arrays should be created with
<code>
make-array*
</code>
;
Common Lisp arrays should be created with
<code>
make-array*
</code>
;
the syntax is similar to Common Lisp's
<code>
make-array
</code>
the syntax is similar to Common Lisp's
<code>
make-array
</code>
...
@@ -203,7 +204,7 @@ gamma-randist, negative-binomial.
...
@@ -203,7 +204,7 @@ gamma-randist, negative-binomial.
<address><a
href=
"mailto:gsll-devel@common-lisp.net"
>
Liam Healy
</a></address>
<address><a
href=
"mailto:gsll-devel@common-lisp.net"
>
Liam Healy
</a></address>
<!-- hhmts start -->
<!-- hhmts start -->
<small>
<small>
Time-stamp:
<
2008
-11-
09
12
:29:17
EST
documentation.html
>
Time-stamp:
<
2008
-11-
15
21
:53:03
EST
documentation.html
>
</small>
</small>
<!-- hhmts end -->
<!-- hhmts end -->
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
documentation/index.html
+
4
−
3
View file @
817cdcef
...
@@ -88,7 +88,9 @@ Input domain error |m| > 1.0 in elljac.c at line 46
...
@@ -88,7 +88,9 @@ Input domain error |m| > 1.0 in elljac.c at line 46
or
<a
href=
"http://packages.debian.org/lenny/cl-cffi"
>
the
or
<a
href=
"http://packages.debian.org/lenny/cl-cffi"
>
the
version in Debian/lenny
</a>
)
version in Debian/lenny
</a>
)
</li>
</li>
<li><a
href=
"http://www.cliki.net/asdf"
>
ASDF
</a>
<li><a
href=
"http://common-lisp.net/project/cl-utilities/"
>
cl-utilities
</a>
</li>
<li><a
href=
"http://www.cliki.net/asdf"
>
ASDF
</a></li>
</ul>
</ul>
<p>
<p>
In
<a
href=
"http://www.debian.org"
>
Debian
</a>
Lenny (5.0) or newer,
In
<a
href=
"http://www.debian.org"
>
Debian
</a>
Lenny (5.0) or newer,
...
@@ -113,7 +115,6 @@ Input domain error |m| > 1.0 in elljac.c at line 46
...
@@ -113,7 +115,6 @@ Input domain error |m| > 1.0 in elljac.c at line 46
<p>
You may browse or download as follows:
</p>
<p>
You may browse or download as follows:
</p>
<ul>
<ul>
</ul>
</ul>
<p>
Due to frequent changes, no tarballs are yet available.
</p>
</div>
</div>
<h3>
Additional information
</h3>
<h3>
Additional information
</h3>
...
@@ -145,7 +146,7 @@ Input domain error |m| > 1.0 in elljac.c at line 46
...
@@ -145,7 +146,7 @@ Input domain error |m| > 1.0 in elljac.c at line 46
<!-- Created: Feb 25 2005 -->
<!-- Created: Feb 25 2005 -->
<!-- hhmts start -->
<!-- hhmts start -->
<small>
<small>
Time-stamp:
<
2008
-
08-31
2
2
:5
4:34ED
T
index.html
>
Time-stamp:
<
2008
-
11-15
2
1
:5
1:03ES
T
index.html
>
</small>
</small>
<!-- hhmts end -->
<!-- hhmts end -->
</div>
</div>
...
...
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