Beman Dawes 23 лет назад
Родитель
Сommit
6ac5a99d24
4 измененных файлов с 19 добавлено и 3 удалено
  1. 4 1
      index.htm
  2. 5 1
      libs/libraries.htm
  3. 9 0
      libs/numeric/index.html
  4. 1 1
      libs/numeric/ublas

+ 4 - 1
index.htm

@@ -134,6 +134,9 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
   Multidimensional containers and adaptors for arrays of contiguous data, from 
   Ron Garcia.</li>
   <li><a href="libs/signals/doc/index.html">Signals Library</a> added - Managed signals &amp; slots callback implementation, from Doug Gregor.</li>
+  <li><a href="libs/numeric/ublas/doc/index.htm">uBLAS Library</a> added - Basic 
+  linear algebra for dense, packed and sparse matrices, from Joerg Walter and 
+  Mathias Koch.</li>
   <li><a href="libs/function/index.html">Function Library</a>: Major syntactic changes have been made. Some old syntax and little-used features have been deprecated (and will be removed shortly), and the syntax for the <code>boost::function</code> class template has been greatly improved on conforming compilers. Please see the <a href="libs/function/index.html#compatibility">compatibility note</a> for more information.</li>
   <li><a href="libs/preprocessor/index.html">Preprocessor Library</a>: major 
   upgrade, from Paul Mensonides.</li>
@@ -225,7 +228,7 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
 
 <hr>
 <p>Revised 
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->10 September, 2002<!--webbot bot="Timestamp" endspan i-checksum="39330" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->16 September, 2002<!--webbot bot="Timestamp" endspan i-checksum="39342" --></p>
 
 </body>
 

+ 5 - 1
libs/libraries.htm

@@ -181,6 +181,8 @@ out how to build object libraries, when needed.</p>
     <li><a href="type_traits/index.htm">type_traits</a> -
         Templates for fundamental properties of types, from John
         Maddock, Steve Cleary, et al.</li>
+    <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra 
+    for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
     <li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
         plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>&nbsp;
       <b>prior()</b>
@@ -345,6 +347,8 @@ out how to build object libraries, when needed.</p>
         system for random number generation, from Jens Maurer.</li>
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
+    <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra 
+    for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
 </ul>
 
 <h3><a name="Correctness">Correctness</a> and testing</h3>
@@ -452,6 +456,6 @@ out how to build object libraries, when needed.</p>
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->20 Aug 2002<!--webbot bot="Timestamp" i-checksum="14754" endspan --></p>
+s-format="%d %b %Y" startspan -->16 Sep 2002<!--webbot bot="Timestamp" i-checksum="14941" endspan --></p>
 </body>
 </html>

+ 9 - 0
libs/numeric/index.html

@@ -0,0 +1,9 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; URL=ublas/doc/index.htm">
+</head>
+<body>
+Automatic redirection failed, please go to
+<a href="ublas/doc/index.htm">ublas/doc/index.htm</a>.
+</body>
+</html>

+ 1 - 1
libs/numeric/ublas

@@ -1 +1 @@
-Subproject commit 4cde2a80db7f82bb115967fc1c697f7ea462752b
+Subproject commit f6a7bb80238e7f6ca5aa62c75b3f9bc276343ff0

粤ICP备19079148号