Sfoglia il codice sorgente

add accumulators

[SVN r47012]
Eric Niebler 18 anni fa
parent
commit
2aa4d90e5d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      libs/libraries.htm

+ 4 - 0
libs/libraries.htm

@@ -80,6 +80,8 @@ how to download, build, and install the libraries.</p>
 <h2>Libraries Listed <a name="Alphabetically">Alphabetically</a></h2>
 <h2>Libraries Listed <a name="Alphabetically">Alphabetically</a></h2>
 
 
 <ul>
 <ul>
+    <li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
+        calculation, and collection of statistical accumulators, from Eric Niebler.</li>
     <li><a href="any/index.html">any</a> - Safe, generic container for single
     <li><a href="any/index.html">any</a> - Safe, generic container for single
       values of different value types, from Kevlin Henney.&nbsp;</li>
       values of different value types, from Kevlin Henney.&nbsp;</li>
     <li><a href="array/index.html">array</a> - STL compliant
     <li><a href="array/index.html">array</a> - STL compliant
@@ -491,6 +493,8 @@ how to download, build, and install the libraries.</p>
 <h3><a name="Math">Math</a> and numerics</h3>
 <h3><a name="Math">Math</a> and numerics</h3>
 
 
 <ul>
 <ul>
+    <li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
+        calculation, and collection of statistical accumulators, from Eric Niebler.</li>
     <li><a href="integer/index.html">integer</a> - Headers to ease
     <li><a href="integer/index.html">integer</a> - Headers to ease
         dealing with integral types.</li>
         dealing with integral types.</li>
     <li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
     <li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the

粤ICP备19079148号