Changeset 41 for trunk/documentation
- Timestamp:
- 03/20/08 23:10:49 (8 months ago)
- Files:
-
- 1 modified
-
trunk/documentation/documentation.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/documentation.html
r38 r41 109 109 on particular chapters: 110 110 <ul> 111 <base href="http://www.gnu.org/software/gsl/manual/html_node/"> 111 112 <li><a href="Vectors-and-Matrices.html">Vectors and Matrices</a> 112 113 are done for integer, real, double, complex. 113 114 Subvectors and views don't work. Other element types may be 114 115 difficult to port due to lack of CL definition. 115 <base116 href="http://www.gnu.org/software/gsl/manual/html_node/">117 116 <li>Functions that provide file input and output to files are not tested and 118 117 likely will need other definitions (perhaps in C) to function … … 125 124 used. Contributions welcome. 126 125 <li><a href="Simulated-Annealing.html">Simulated Annealing</a> is 127 known have problems in GSL and<a126 known to have problems in GSL and a replacement <a 128 127 href="https://gna.org/projects/annealing">is being redesigned</a>; 129 the distributed versionhas been ported in GSLL but does not work.128 the version distributed has been ported in GSLL but does not work. 130 129 <li><a href="Wavelet-Transforms.html">Wavelet Transforms</a> has been 131 130 done but the results of the example do not agree with the GSL manual. … … 140 139 <code>(lisp-unit:run-tests)</code>: 141 140 <ul> 142 <li>CLISP shows three "foreign callout errors ".Remedy unknown.141 <li>CLISP shows three "foreign callout errors." Remedy unknown. 143 142 <li>There are several regression failures that are apparently due to 144 143 changes in GSL between versions 1.8 and 1.10. These are: … … 147 146 </ul> 148 147 149 150 148 <div class="footer"> 151 149 <hr> … … 153 151 <!-- hhmts start --> 154 152 <small> 155 Time-stamp: <2008-03- 16 09:28:03EDT documentation.html>153 Time-stamp: <2008-03-20 19:09:57EDT documentation.html> 156 154 </small> 157 155 <!-- hhmts end -->
