- Timestamp:
- 03/08/08 16:31:46 (9 months ago)
- Location:
- trunk/documentation
- Files:
-
- 3 modified
-
development.html (modified) (1 diff)
-
documentation.html (modified) (2 diffs)
-
index.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/development.html
r26 r32 95 95 96 96 <hr> 97 <address><a href="mailto: ">Liam Healy</a></address>97 <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 98 98 <small> 99 Time-stamp: <2008-0 2-24 11:24:12EST development.html>99 Time-stamp: <2008-03-08 11:07:51EST development.html> 100 100 </small> 101 101 <!-- hhmts end --> -
trunk/documentation/documentation.html
r26 r32 123 123 limited testing. 124 124 <li><a href="Fast-Fourier-Transforms.html">FFTs</a> have not been done 125 because GSL does not supply an example and it is not clear how it 125 because GSL does not supply an example and it is not clear how it is 126 126 used. Contributions welcome. 127 127 <li><a href="Simulated-Annealing.html">Simulated Annealing</a> has … … 152 152 <div class="footer"> 153 153 <hr> 154 <address><a href="mailto: ">Liam Healy</a></address>154 <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 155 155 <!-- hhmts start --> 156 156 <small> 157 Time-stamp: <2008-0 2-24 11:33:07EST documentation.html>157 Time-stamp: <2008-03-08 11:07:51EST documentation.html> 158 158 </small> 159 159 <!-- hhmts end --> -
trunk/documentation/index.html
r31 r32 37 37 Monte Carlo integration, simulated annealing, differential 38 38 equations, interpolation, numerical differentiation, 39 chebyshev approximation, series acceleration,39 Chebyshev approximation, series acceleration, 40 40 discrete Hankel transforms, root-finding, minimization 41 41 least-squares fitting, IEEE floating-point, … … 110 110 <h3>Downloads</h3> 111 111 <div class="content"> 112 <p>You may browse or download the <a 113 href="http://subversion.tigris.org/">Subversion</a> 114 repository at 112 <p>You may browse or download as follows:</p> 113 <ul> 114 <li><a href="http://subversion.tigris.org/">Subversion</a>: 115 Repository at 115 116 svn://common-lisp.net/project/gsll/svn/trunk. For 116 117 example, 117 </p> 118 <pre>svn list svn://common-lisp.net/project/gsll/svn/trunk 119 svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll</pre></p> 118 <pre> 119 svn list svn://common-lisp.net/project/gsll/svn/trunk 120 svn checkout svn://common-lisp.net/project/gsll/svn/trunk gsll 121 </pre> 122 <li>Web: 123 <a href="http://trac.common-lisp.net/gsll/browser/trunk">browse</a> 124 using Trac. 125 <li>Git: Thanks to Leonardo Varuzza, who is maintaining a 126 <a href="http://www.lambdatau.com/git/gsll.git">git mirror</a> 127 of the Subversion repository. 128 </ul> 129 <p>Due to frequent changes, no tarballs are yet available.</p> 120 130 </div> 121 131 … … 137 147 A partial automatically-generated interface to GSL is provided in <a 138 148 href="http://common-lisp.net/project/cl-gsl/">cl-gsl</a>. 139 A matlab-like array syntax and plotting is provided by149 A Matlab-like array syntax and plotting is provided by 140 150 <a href="http://nlisp.info/">NLISP</a> which might work well with 141 151 GSLL. Other numerical mathematics software for Lisp may be found … … 145 155 <div class="footer"> 146 156 <hr> 147 <address><a href="mailto: ">Liam Healy</a></address>157 <address><a href="mailto:gsll-devel@common-lisp.net">Liam Healy</a></address> 148 158 <!-- Created: Feb 25 2005 --> 149 159 <!-- hhmts start --> 150 160 <small> 151 Time-stamp: <2008-03-0 3 22:26:28EST index.html>161 Time-stamp: <2008-03-08 11:22:52EST index.html> 152 162 </small> 153 163 <!-- hhmts end -->
