Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49587 - sandbox/math_toolkit/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2008-11-04 12:11:54


Author: pbristow
Date: 2008-11-04 12:11:53 EST (Tue, 04 Nov 2008)
New Revision: 49587
URL: http://svn.boost.org/trac/boost/changeset/49587

Log:
Typos to building.qbk etc and added Gautami as author and credits.
Text files modified:
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/building.qbk | 19 ++++++++++++-------
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/credits.qbk | 4 +++-
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk | 1 -
   sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk | 4 ++--
   4 files changed, 17 insertions(+), 11 deletions(-)

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/building.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/building.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/building.qbk 2008-11-04 12:11:53 EST (Tue, 04 Nov 2008)
@@ -1,14 +1,16 @@
-[section:building How to Build the Library and it's Examples and Tests]
+[section:building If and How to Build the Library and its Examples and Tests]
 
 [h4 Building the Library]
 
-The first thing you need to ask yourself is "do I need to build anything at all"
+The first thing you need to ask yourself is "Do I need to build anything at all?"
 as the bulk of this library is header only: meaning you can use it just by
-#including the necessary headers.
+#including the necessary header(s). (The library includes everything,
+so if you only use a few components,
+your total executables size will be *much* greater).
 
 The ['only] time you need to build the library is if you want to use the
 `extern "C"` functions declared in `<boost/math/tr1.hpp>`. To build this
-using Boost.Build then from Boost's root directory a command like:
+using Boost.Build, from a commandline boost-root directory issue a command like:
 
    bjam toolset=gcc --with-math install
    
@@ -16,17 +18,20 @@
 
    bjam toolset=msvc --with-math --build-type=complete stage
    
-will work better on Windows. Either way you should consult the
+will work better on Windows (leaving libraries built
+in sub-folder `/stage` below your Boost root directory).
+Either way you should consult the
 [@http://www.boost.org/doc/libs/release/more/getting_started/index.html
 getting started guide] for more information.
 
 You can also build the libraries from your favourite IDE or command line tool:
-each `extern "C"` function declared in `<boost/math/tr1.hpp>` has it's own
+each `extern "C"` function declared in `<boost/math/tr1.hpp>` has its own
 source file with the same name in `libs/math/src/tr1`. Just select the
 sources corresponding to the functions you are using and build them into
 a library, or else add them directly to your project. Note that the
 directory `libs/math/src/tr1` will need to be in your compiler's
-#include path as well as the boost-root directory.
+#include path as well as the boost-root directory
+(MSVC Tools, Options, Projects and Solutions, VC++ Directories, Include files).
 
 [note If you are using
 a Windows compiler that supports auto-linking and you have built the sources

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/credits.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/credits.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/credits.qbk 2008-11-04 12:11:53 EST (Tue, 04 Nov 2008)
@@ -22,10 +22,12 @@
 
 Bruno Lalande submitted the "compile time power of a runtime base" code.
 
+Gautam Sewani coded the logistic distribution as part of a Google Summer of Code project 2008.
+
 Professor Nico Temme for advice on the inverse incomplete beta function.
 
 [@http://www.shoup.net Victor Shoup for NTL],
-without which it would have much difficult to
+without which it would have much more difficult to
 produce high accuracy constants, and especially
 the tables of accurate values for testing.
 

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/issues.qbk 2008-11-04 12:11:53 EST (Tue, 04 Nov 2008)
@@ -89,7 +89,6 @@
 [table
 [[Distribution][R][Mathematica 6][NIST][Regress+][Matlab]]
 [/4 votes:]
-[[Logistic][X][X][-][X][X]]
 [[Hypergeometric][X][X][-][X][X]]
 
 [/3 votes:]

Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/math.qbk 2008-11-04 12:11:53 EST (Tue, 04 Nov 2008)
@@ -1,13 +1,13 @@
 [article Math Toolkit
     [quickbook 1.4]
- [copyright 2006, 2007, 2008 John Maddock, Paul A. Bristow, Hubert Holin, Xiaogang Zhang and Bruno Lalande]
+ [copyright 2006, 2007, 2008 John Maddock, Paul A. Bristow, Hubert Holin, Xiaogang Zhang, Bruno Lalande and Gautam Sewani]
     [purpose ISBN 0-9504833-2-X 978-0-9504833-2-0, Classification 519.2-dc22]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
         [@http://www.boost.org/LICENSE_1_0.txt])
     ]
- [authors [Maddock, John], [Bristow, Paul A.], [Holin, Hubert], [Zhang, Xiaogang], [Lalande, Bruno]]
+ [authors [Maddock, John], [Bristow, Paul A.], [Holin, Hubert], [Zhang, Xiaogang], [Lalande, Bruno], [Sewani, Gautam] ]
     [category math]
     [purpose mathematics]
     [/last-revision $Date$]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk