Skip to content
Snippets Groups Projects
Commit 817cdcef authored by Liam Healy's avatar Liam Healy
Browse files

Updated documentation

New dependency; simplified terminology.
parent c561b4d5
No related branches found
No related tags found
No related merge requests found
...@@ -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 matrices</h3> <h3>Arrays</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:17EST documentation.html> Time-stamp: <2008-11-15 21:53:03EST documentation.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
...@@ -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 22:54:34EDT index.html> Time-stamp: <2008-11-15 21:51:03EST index.html>
</small> </small>
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment