[lisplab-cvs] r69 - doc/www
Jørn Inge Vestgården
jivestgarden at common-lisp.net
Sat Aug 8 08:49:21 UTC 2009
Author: jivestgarden
Date: Sat Aug 8 04:49:20 2009
New Revision: 69
Log:
cleaned up webpage
Modified:
doc/www/index.html
Modified: doc/www/index.html
==============================================================================
--- doc/www/index.html (original)
+++ doc/www/index.html Sat Aug 8 04:49:20 2009
@@ -10,40 +10,55 @@
<body>
<div class="header">
- <h1>LISPLAB</h1>
- <h2>Mathematics library for Common Lisp</h2>
+ <h1>Lisplab</h1>
+ <h2>A mathematics library for Common Lisp</h2>
</div>
-
+ <hr>
<h3>Introduction</h3>
<p>
- Lisplab is a mathematics library in common lisp
+ Lisplab is a mathematics library in Common Lisp
released under the GNU General Public License (GPL).
- Lisplab is based on code from <a href=http://matlisp.sourceforge.net>Matlisp</a>
- to interface Blas/Lapack for computations, but has also a lots
- of code written natively in Common Lisp in addition. The main purpose
- of the library is to integration various sources
- of mathematical software to a convenient platform for computations.
- The sources of software include
+ Lisplab is based on code from <a href=http://matlisp.sourceforge.net>Matlisp</a>,
+ but has now moved quite far from the original code mass.
+ <p>
+ The main purpose of Lisplab is to provide a framwork for
+ mathematical computations. This means that it should be easy
+ to create and manipulate mathematical objects and have
+ a consistent naming of methods and classes.
+ Lisplab is heavily based on CLOS.
+ </p>
+ Lisplab contains
<ul>
<li>Interfaces to BLAS and LAPACK.
<li>Interface to FFTW.
<li>Numerical integration from QUADPACK and F2CL.
<li>Special functions from SLATEC and F2CL.
- <li>A lot of additional routines, for linear algebra, IO, fft, etc.
+ <li>Routines for linear algebra,
+ postscript output, PGM output,
+ Fast Fourier Transform (in Common Lisp), infix math, etc.
</ul>
</p>
<p>
The part of Lisplab which is most mature is the matrix and linear algebra,
and these should provide a good basis for matrix based modelling.
- The interfaces to Blas/Matlisp are only to low degree finished.
- However, new methods here should be quite easily added.
</p>
<h3>Documentation</h3>
- Module documentation with <a href="http://common-lisp.net/project/tinaa/">Tinaa</a>
-is <a href="tinaa/index.html">here</a>.
+ <p>
+ The manual is in
+ <a href="http://common-lisp.net/project/lisplab/manual/index.html">
+ html</a>
+ and in
+ <a href="http://common-lisp.net/project/lisplab/manual/lisplab.pdf">
+ pdf</a>.
+ There is also
+ <a href="http://common-lisp.net/project/lisplab/tinaa/index.html">
+ module documentation</a>, made with
+ <a href="http://common-lisp.net/project/tinaa/">Tinaa</a>.
+ </p>
<h3>Mailing Lists</h3>
+ <p>
<ul>
<li>
<a
@@ -59,6 +74,7 @@
lisplab-announce</a><br/>for announcements.</li>
</ul>
+ </p>
<h3>Download</h3>
<p>
@@ -70,12 +86,13 @@
<p>
You can get the latest version of the source code from subversion
<pre>
- svn checkout svn://common-lisp.net/project/lisplab/svn lisplab
- </pre>
+ svn checkout svn://common-lisp.net/project/lisplab/svn lisplab</pre>
or browse it
- <a href="http://common-lisp.net/websvn/listing.php?repname=lisplab&path=%2F&sc=0">here</a>.
+ <a href="http://common-lisp.net/websvn/listing.php?repname=lisplab&path=%2F&sc=0">
+ here</a>.
</p>
-
+ <br>
+ <hr>
<div class="footer">
<a href="mailto:jivestgarden at gmail.com">Jørn Inge Vestgården</a>, 28. Feb. 2008.
</div>
More information about the lisplab-cvs
mailing list