Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51694 - in sandbox/numeric_bindings/libs/numeric/bindings/doc: . html html/boost_numeric_bindings html/images
From: rutger_at_[hidden]
Date: 2009-03-11 03:43:09


Author: rutger
Date: 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
New Revision: 51694
URL: http://svn.boost.org/trac/boost/changeset/51694

Log:
Initial import of quickbook based documentation

Added:
   sandbox/numeric_bindings/libs/numeric/bindings/doc/blas.qbk (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/blas.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/introduction.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/lapack.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/license.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/preface.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/synopsis.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/traits.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/tutorial.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boostbook.css (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/blank.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/caution.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/draft.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/home.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/important.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/next.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/next_disabled.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/note.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/prev.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/prev_disabled.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/tip.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-blank.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-minus.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-plus.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/up.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/up_disabled.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/warning.png (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/index.html (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/html/standalone_HTML.manifest (contents, props changed)
   sandbox/numeric_bindings/libs/numeric/bindings/doc/lapack.qbk (contents, props changed)

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/blas.qbk
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/blas.qbk 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,64 @@
+
+[section:blas BLAS Bindings]
+
+[table Level 1 BLAS
+ [ [BLAS] [Boost.Numeric_Bindings Equivalent]]
+ [ [xROTG] [ [funcref blas::create_rotation] ] ]
+ [ [xROTMG] [ [funcref blas::create_rotation] ] ]
+ [ [xROT] [ [funcref blas::apply_rotation] ] ]
+ [ [xROTM] [ [funcref blas::apply_rotation] ] ]
+ [ [xSWAP] [ [funcref blas::swap] ] ]
+ [ [xSCAL] [ [funcref blas::scale] ] ]
+ [ [xCOPY] [ [funcref blas::copy] ] ]
+ [ [xAXPY] [ [funcref blas::add] ] ]
+ [ [xDOT] [ [funcref blas::dot] ] ]
+ [ [xDOTU] [ [funcref blas::dot] ] ]
+ [ [xDOTC] [ [funcref blas::dot] ] ]
+ [ [xxDOT] [ [funcref blas::prec_dot] ] ]
+ [ [xNRM2] [ [funcref blas::norm_2] ] ]
+ [ [xASUM] [ [funcref blas::norm_1] ] ]
+ [ [IxAMAX] [ [funcref blas::norm_inf], [funcref blas::index_norm_inf] ] ]
+]
+
+[table Level 2 BLAS
+ [ [BLAS] [Boost.Numeric_Bindings Equivalent]]
+ [ [xGEMV] [ [funcref blas::transform] ] ]
+ [ [xGBMV] [ [funcref blas::transform] ] ]
+ [ [xHEMV] [ [funcref blas::transform] ] ]
+ [ [xHPMV] [ [funcref blas::transform] ] ]
+ [ [xSYMV] [ [funcref blas::transform] ] ]
+ [ [xSBMV] [ [funcref blas::transform] ] ]
+ [ [xTRMV] [ [funcref blas::transform] ] ]
+ [ [xTBMV] [ [funcref blas::transform] ] ]
+ [ [xTPMV] [ [funcref blas::transform] ] ]
+ [ [xTRSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
+ [ [xTBSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
+ [ [xTPSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
+ [ [xGER] [ [funcref blas::rank_1_update] ] ]
+ [ [xGERU] [ [funcref blas::rank_1_update] ] ]
+ [ [xGERC] [ [funcref blas::rank_1_update] ] ]
+ [ [xHER] [ [funcref blas::rank_1_update] ] ]
+ [ [xHPR] [ [funcref blas::rank_1_update] ] ]
+ [ [xHER2] [ [funcref blas::rank_2_update] ] ]
+ [ [xHPR2] [ [funcref blas::rank_2_update] ] ]
+ [ [xSYR] [ [funcref blas::rank_1_update] ] ]
+ [ [xSPR] [ [funcref blas::rank_1_update] ] ]
+ [ [xSYR] [ [funcref blas::rank_2_update] ] ]
+ [ [xSPR] [ [funcref blas::rank_2_update] ] ]
+]
+
+[table Level 3 BLAS
+ [ [BLAS] [Boost.Numeric_Bindings Equivalent]]
+ [ [xGEMM] [ [funcref blas::transform] ] ]
+ [ [xSYMM] [ [funcref blas::transform] ] ]
+ [ [xHEMM] [ [funcref blas::transform] ] ]
+ [ [xSYRK] [ [funcref blas::rank_k_update] ] ]
+ [ [xHERK] [ [funcref blas::rank_k_update] ] ]
+ [ [xSYR2K] [ [funcref blas::rank_2k_update] ] ]
+ [ [xHER2K] [ [funcref blas::rank_2k_update] ] ]
+ [ [xTRMM] [ [funcref blas::transform] ] ]
+ [ [xTRSM] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
+]
+
+[endsect]
+

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/blas.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/blas.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,681 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>BLAS Bindings</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="tutorial.html" title="Tutorial">
+<link rel="next" href="lapack.html" title="LAPACK Bindings">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="tutorial.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="lapack.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.blas"></a><a class="link" href="blas.html" title="BLAS Bindings"> BLAS Bindings</a>
+</h2></div></div></div>
+<div class="table">
+<a name="id386121"></a><p class="title"><b>Table 1. Level 1 BLAS</b></p>
+<div class="table-contents"><table class="table" summary="Level 1 BLAS">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ BLAS
+ </p>
+ </th>
+<th>
+ <p>
+ Boost.Numeric_Bindings Equivalent
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ xROTG
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::create_rotation</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xROTMG
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::create_rotation</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xROT
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::apply_rotation</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xROTM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::apply_rotation</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSWAP
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::swap</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSCAL
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::scale</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xCOPY
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::copy</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xAXPY
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::add</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xDOT
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::dot</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xDOTU
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::dot</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xDOTC
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::dot</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xxDOT
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::prec_dot</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xNRM2
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::norm_2</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xASUM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::norm_1</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ IxAMAX
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::norm_inf</code>, <code class="computeroutput">blas::index_norm_inf</code>
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break"><div class="table">
+<a name="id426412"></a><p class="title"><b>Table 2. Level 2 BLAS</b></p>
+<div class="table-contents"><table class="table" summary="Level 2 BLAS">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ BLAS
+ </p>
+ </th>
+<th>
+ <p>
+ Boost.Numeric_Bindings Equivalent
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ xGEMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xGBMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHEMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHPMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSBMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTRMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTBMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTPMV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTRSV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::forward_solve</code>,
+ <code class="computeroutput">blas::back_solve</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTBSV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::forward_solve</code>,
+ <code class="computeroutput">blas::back_solve</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTPSV
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::forward_solve</code>,
+ <code class="computeroutput">blas::back_solve</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xGER
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xGERU
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xGERC
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHER
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHPR
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHER2
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHPR2
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYR
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSPR
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_1_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYR
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSPR
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2_update</code>
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break"><div class="table">
+<a name="id426926"></a><p class="title"><b>Table 3. Level 3 BLAS</b></p>
+<div class="table-contents"><table class="table" summary="Level 3 BLAS">
+<colgroup>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ BLAS
+ </p>
+ </th>
+<th>
+ <p>
+ Boost.Numeric_Bindings Equivalent
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ xGEMM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYMM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHEMM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYRK
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_k_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHERK
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_k_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xSYR2K
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2k_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xHER2K
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::rank_2k_update</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTRMM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::transform</code>
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xTRSM
+ </p>
+ </td>
+<td>
+ <p>
+ <code class="computeroutput">blas::forward_solve</code>,
+ <code class="computeroutput">blas::back_solve</code>
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break">
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="tutorial.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="lapack.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/introduction.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/introduction.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,67 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Introduction</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="preface.html" title="Preface">
+<link rel="next" href="traits.html" title="Datatype Concepts and Traits">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="preface.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.introduction"></a><a class="link" href="introduction.html" title="Introduction"> Introduction</a>
+</h2></div></div></div>
+<p>
+ Boost.Numeric_Bindings is a library for high-performance numeric computing.
+ </p>
+<p>
+ The Bindings Library contains bindings to popular non-boost (numeric) libraries,
+ usually written in Fortran or C. These non-boost libraries generally use data
+ structures in their API for which there might be boostified equivalents or
+ other popular non-boost equivalents. The Bindings Library offers a generic
+ thin layer API on top of the original API of the external library. This generic
+ API accepts a whole range of data structures from different origins and usually
+ hides or reduces the complexity of the original API.
+ </p>
+<p>
+ For instance, ATLAS
+ a C library implementing BLAS (and few LAPACK routines), represents matrices
+ by means of a pointer and the dimensions. Now boost also contains matrix classes
+ uBLAS
+ and there are also other matrix libraries in widespread use.
+ </p>
+<p>
+ Therefore the Bindings library features a generic interface for ATLAS which
+ provides the possibility to call e.g. the matrix-multiplication routine of
+ ATLAS using matrices defined in uBLAS, TNT, etc.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="preface.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="traits.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/lapack.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/lapack.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,286 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>LAPACK Bindings</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="blas.html" title="BLAS Bindings">
+<link rel="next" href="license.html" title="License">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="blas.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="license.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.lapack"></a><a class="link" href="lapack.html" title="LAPACK Bindings"> LAPACK Bindings</a>
+</h2></div></div></div>
+<p>
+ Here, the high-level LAPACK bindings will be described.
+ </p>
+<p>
+ LAPACK consists of three levels of routines:
+ </p>
+<div class="itemizedlist"><ul type="disc">
+<li>
+<span class="bold"><strong>driver</strong></span> routines solve a complete problem,
+ e.g., solving a system of linear equations, determining eigenvalues,
+ </li>
+<li>
+<span class="bold"><strong>computational</strong></span> routines solve a distinct
+ computational task, such as a LU or QR decomposition.
+ </li>
+<li>
+<span class="bold"><strong>auxiliary</strong></span> routines carry out underlying
+ tasks such as the non-blocked versions of matrix-vector operations.
+ </li>
+</ul></div>
+<p>
+ Like with lapack, the bindings focus on the first two levels of routines: driver
+ and computational.
+ </p>
+<div class="table">
+<a name="id427204"></a><p class="title"><b>Table 4. LAPACK driver routines</b></p>
+<div class="table-contents"><table class="table" summary="LAPACK driver routines">
+<colgroup>
+<col>
+<col>
+<col>
+</colgroup>
+<thead><tr>
+<th>
+ <p>
+ Fortran Subroutines
+ </p>
+ </th>
+<th>
+ <p>
+ Boost.Numeric_Bindings Equivalent
+ </p>
+ </th>
+<th>
+ <p>
+ Boost.Numeric_Bindings High-level Interface
+ </p>
+ </th>
+</tr></thead>
+<tbody>
+<tr>
+<td>
+ <p>
+ SGESV, CGESV, DGESV, ZGESV
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::gesv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ xGBSV
+ </p>
+ </td>
+<td>
+ <p>
+ gbsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ gtsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ hesv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ hpsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ posv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ ppsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ pbsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ ptsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ sysv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+<tr>
+<td>
+ <p>
+ NAME
+ </p>
+ </td>
+<td>
+ <p>
+ spsv.hpp
+ </p>
+ </td>
+<td>
+ <p>
+ lapack::solve
+ </p>
+ </td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<br class="table-break"><p>
+ <code class="computeroutput"><span class="identifier">lapack</span><span class="special">::</span><span class="identifier">solve</span><span class="special">(</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">b</span> <span class="special">);</span></code>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="blas.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="license.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/license.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/license.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,46 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>License</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="lapack.html" title="LAPACK Bindings">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="lapack.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.license"></a><a class="link" href="license.html" title="License"> License</a>
+</h2></div></div></div>
+<p>
+ Copyright 2008 author1, author2. 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)
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="lapack.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/preface.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/preface.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Preface</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="next" href="introduction.html" title="Introduction">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.preface"></a><a class="link" href="preface.html" title="Preface"> Preface</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/synopsis.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/synopsis.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,67 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Synopsis</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="next" href="introduction.html" title="Introduction">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.synopsis"></a><a class="link" href="synopsis.html" title="Synopsis"> Synopsis</a>
+</h2></div></div></div>
+<p>
+ Boost.Numeric_Bindings is a library for high-performance numeric computing.
+ </p>
+<p>
+ The Bindings Library contains bindings to popular non-boost (numeric) libraries,
+ usually written in Fortran or C. These non-boost libraries generally use data
+ structures in their API for which there might be boostified equivalents or
+ other popular non-boost equivalents. The Bindings Library offers a generic
+ thin layer API on top of the original API of the external library. This generic
+ API accepts a whole range of data structures from different origins and usually
+ hides or reduces the complexity of the original API.
+ </p>
+<p>
+ For instance, ATLAS
+ a C library implementing BLAS (and few LAPACK routines), represents matrices
+ by means of a pointer and the dimensions. Now boost also contains matrix classes
+ uBLAS
+ and there are also other matrix libraries in widespread use.
+ </p>
+<p>
+ Therefore the Bindings library features a generic interface for ATLAS which
+ provides the possibility to call e.g. the matrix-multiplication routine of
+ ATLAS using matrices defined in uBLAS, TNT, etc.
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../index.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="introduction.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/traits.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/traits.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Datatype Concepts and Traits</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="introduction.html" title="Introduction">
+<link rel="next" href="tutorial.html" title="Tutorial">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="introduction.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tutorial.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.traits"></a><a class="link" href="traits.html" title="Datatype Concepts and Traits"> Datatype Concepts and Traits</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="introduction.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="tutorial.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/tutorial.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boost_numeric_bindings/tutorial.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Tutorial</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="up" href="../index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="prev" href="traits.html" title="Datatype Concepts and Traits">
+<link rel="next" href="blas.html" title="BLAS Bindings">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="traits.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="blas.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="boost_numeric_bindings.tutorial"></a><a class="link" href="tutorial.html" title="Tutorial"> Tutorial</a>
+</h2></div></div></div></div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><div class="copyright-footer">Copyright © 2008 author1 author2<p>
+ 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)
+ </p>
+</div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="traits.html"><img src="../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="blas.html"><img src="../../../doc/html/images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boostbook.css
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/boostbook.css 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,588 @@
+/*=============================================================================
+ Copyright (c) 2004 Joel de Guzman
+ http://spirit.sourceforge.net/
+
+ Distributed under the Boost Software License, Version 1.0. (See accompany-
+ ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+=============================================================================*/
+
+/*=============================================================================
+ Body defaults
+=============================================================================*/
+
+ body
+ {
+ margin: 1em;
+ font-family: sans-serif;
+ }
+
+/*=============================================================================
+ Paragraphs
+=============================================================================*/
+
+ p
+ {
+ text-align: left;
+ font-size: 10pt;
+ line-height: 1.15;
+ }
+
+/*=============================================================================
+ Program listings
+=============================================================================*/
+
+ /* Code on paragraphs */
+ p tt.computeroutput
+ {
+ font-size: 9pt;
+ }
+
+ pre.synopsis
+ {
+ font-size: 90%;
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+ }
+
+ .programlisting,
+ .screen
+ {
+ font-size: 9pt;
+ display: block;
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+ }
+
+ /* Program listings in tables don't get borders */
+ td .programlisting,
+ td .screen
+ {
+ margin: 0pc 0pc 0pc 0pc;
+ padding: 0pc 0pc 0pc 0pc;
+ }
+
+/*=============================================================================
+ Headings
+=============================================================================*/
+
+ h1, h2, h3, h4, h5, h6
+ {
+ text-align: left;
+ margin: 1em 0em 0.5em 0em;
+ font-weight: bold;
+ }
+
+ h1 { font: 140% }
+ h2 { font: bold 140% }
+ h3 { font: bold 130% }
+ h4 { font: bold 120% }
+ h5 { font: italic 110% }
+ h6 { font: italic 100% }
+
+ /* Top page titles */
+ title,
+ h1.title,
+ h2.title
+ h3.title,
+ h4.title,
+ h5.title,
+ h6.title,
+ .refentrytitle
+ {
+ font-weight: bold;
+ margin-bottom: 1pc;
+ }
+
+ h1.title { font-size: 140% }
+ h2.title { font-size: 140% }
+ h3.title { font-size: 130% }
+ h4.title { font-size: 120% }
+ h5.title { font-size: 110% }
+ h6.title { font-size: 100% }
+
+ .section h1
+ {
+ margin: 0em 0em 0.5em 0em;
+ font-size: 140%;
+ }
+
+ .section h2 { font-size: 140% }
+ .section h3 { font-size: 130% }
+ .section h4 { font-size: 120% }
+ .section h5 { font-size: 110% }
+ .section h6 { font-size: 100% }
+
+ /* Code on titles */
+ h1 tt.computeroutput { font-size: 140% }
+ h2 tt.computeroutput { font-size: 140% }
+ h3 tt.computeroutput { font-size: 130% }
+ h4 tt.computeroutput { font-size: 120% }
+ h5 tt.computeroutput { font-size: 110% }
+ h6 tt.computeroutput { font-size: 100% }
+
+/*=============================================================================
+ Author
+=============================================================================*/
+
+ h3.author
+ {
+ font-size: 100%
+ }
+
+/*=============================================================================
+ Lists
+=============================================================================*/
+
+ li
+ {
+ font-size: 10pt;
+ line-height: 1.3;
+ }
+
+ /* Unordered lists */
+ ul
+ {
+ text-align: left;
+ }
+
+ /* Ordered lists */
+ ol
+ {
+ text-align: left;
+ }
+
+/*=============================================================================
+ Links
+=============================================================================*/
+
+ a
+ {
+ text-decoration: none; /* no underline */
+ }
+
+ a:hover
+ {
+ text-decoration: underline;
+ }
+
+/*=============================================================================
+ Spirit style navigation
+=============================================================================*/
+
+ .spirit-nav
+ {
+ text-align: right;
+ }
+
+ .spirit-nav a
+ {
+ color: white;
+ padding-left: 0.5em;
+ }
+
+ .spirit-nav img
+ {
+ border-width: 0px;
+ }
+
+/*=============================================================================
+ Copyright footer
+=============================================================================*/
+ .copyright-footer
+ {
+ text-align: right;
+ font-size: 70%;
+ }
+
+ .copyright-footer p
+ {
+ text-align: right;
+ font-size: 80%;
+ }
+
+/*=============================================================================
+ Table of contents
+=============================================================================*/
+
+ .toc
+ {
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.1pc 1pc 0.1pc 1pc;
+ font-size: 80%;
+ line-height: 1.15;
+ }
+
+ .boost-toc
+ {
+ float: right;
+ padding: 0.5pc;
+ }
+
+/*=============================================================================
+ Tables
+=============================================================================*/
+
+ .table-title,
+ div.table p.title
+ {
+ margin-left: 4%;
+ padding-right: 0.5em;
+ padding-left: 0.5em;
+ }
+
+ .informaltable table,
+ .table table
+ {
+ width: 92%;
+ margin-left: 4%;
+ margin-right: 4%;
+ }
+
+ div.informaltable table,
+ div.table table
+ {
+ padding: 4px;
+ }
+
+ /* Table Cells */
+ div.informaltable table tr td,
+ div.table table tr td
+ {
+ padding: 0.5em;
+ text-align: left;
+ font-size: 9pt;
+ }
+
+ div.informaltable table tr th,
+ div.table table tr th
+ {
+ padding: 0.5em 0.5em 0.5em 0.5em;
+ border: 1pt solid white;
+ font-size: 80%;
+ }
+
+ table.simplelist
+ {
+ width: auto !important;
+ margin: 0em !important;
+ padding: 0em !important;
+ border: none !important;
+ }
+ table.simplelist td
+ {
+ margin: 0em !important;
+ padding: 0em !important;
+ text-align: left !important;
+ font-size: 9pt !important;
+ border: none !important;
+ }
+
+/*=============================================================================
+ Blurbs
+=============================================================================*/
+
+ div.note,
+ div.tip,
+ div.important,
+ div.caution,
+ div.warning,
+ p.blurb
+ {
+ font-size: 9pt; /* A little bit smaller than the main text */
+ line-height: 1.2;
+ display: block;
+ margin: 1pc 4% 0pc 4%;
+ padding: 0.5pc 0.5pc 0.5pc 0.5pc;
+ }
+
+ p.blurb img
+ {
+ padding: 1pt;
+ }
+
+/*=============================================================================
+ Variable Lists
+=============================================================================*/
+
+ /* Make the terms in definition lists bold */
+ div.variablelist dl dt,
+ span.term
+ {
+ font-weight: bold;
+ font-size: 10pt;
+ }
+
+ div.variablelist table tbody tr td
+ {
+ text-align: left;
+ vertical-align: top;
+ padding: 0em 2em 0em 0em;
+ font-size: 10pt;
+ margin: 0em 0em 0.5em 0em;
+ line-height: 1;
+ }
+
+ div.variablelist dl dt
+ {
+ margin-bottom: 0.2em;
+ }
+
+ div.variablelist dl dd
+ {
+ margin: 0em 0em 0.5em 2em;
+ font-size: 10pt;
+ }
+
+ div.variablelist table tbody tr td p,
+ div.variablelist dl dd p
+ {
+ margin: 0em 0em 0.5em 0em;
+ line-height: 1;
+ }
+
+/*=============================================================================
+ Misc
+=============================================================================*/
+
+ /* Title of books and articles in bibliographies */
+ span.title
+ {
+ font-style: italic;
+ }
+
+ span.underline
+ {
+ text-decoration: underline;
+ }
+
+ span.strikethrough
+ {
+ text-decoration: line-through;
+ }
+
+ /* Copyright, Legal Notice */
+ div div.legalnotice p
+ {
+ text-align: left
+ }
+
+/*=============================================================================
+ Colors
+=============================================================================*/
+
+ @media screen
+ {
+ body {
+ background-color: #FFFFFF;
+ }
+
+ /* Links */
+ a
+ {
+ color: #005a9c;
+ }
+
+ a:visited
+ {
+ color: #9c5a9c;
+ }
+
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
+ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
+ h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
+ {
+ text-decoration: none; /* no underline */
+ color: #000000;
+ }
+
+ /* Syntax Highlighting */
+ .keyword { color: #0000AA; }
+ .identifier { color: #000000; }
+ .special { color: #707070; }
+ .preprocessor { color: #402080; }
+ .char { color: teal; }
+ .comment { color: #800000; }
+ .string { color: teal; }
+ .number { color: teal; }
+ .white_bkd { background-color: #FFFFFF; }
+ .dk_grey_bkd { background-color: #999999; }
+
+ /* Copyright, Legal Notice */
+ .copyright
+ {
+ color: #666666;
+ font-size: small;
+ }
+
+ div div.legalnotice p
+ {
+ color: #666666;
+ }
+
+ /* Program listing */
+ pre.synopsis
+ {
+ border: 1px solid #DCDCDC;
+ }
+
+ .programlisting,
+ .screen
+ {
+ border: 1px solid #DCDCDC;
+ }
+
+ td .programlisting,
+ td .screen
+ {
+ border: 0px solid #DCDCDC;
+ }
+
+ /* Blurbs */
+ div.note,
+ div.tip,
+ div.important,
+ div.caution,
+ div.warning,
+ p.blurb
+ {
+ border: 1px solid #DCDCDC;
+ }
+
+ /* Table of contents */
+ .toc
+ {
+ border: 1px solid #DCDCDC;
+ }
+
+ /* Tables */
+ div.informaltable table tr td,
+ div.table table tr td
+ {
+ border: 1px solid #DCDCDC;
+ }
+
+ div.informaltable table tr th,
+ div.table table tr th
+ {
+ background-color: #F0F0F0;
+ border: 1px solid #DCDCDC;
+ }
+
+ .copyright-footer
+ {
+ color: #8F8F8F;
+ }
+
+ /* Misc */
+ span.highlight
+ {
+ color: #00A000;
+ }
+ }
+
+ @media print
+ {
+ /* Links */
+ a
+ {
+ color: black;
+ }
+
+ a:visited
+ {
+ color: black;
+ }
+
+ .spirit-nav
+ {
+ display: none;
+ }
+
+ /* Program listing */
+ pre.synopsis
+ {
+ border: 1px solid gray;
+ }
+
+ .programlisting,
+ .screen
+ {
+ border: 1px solid gray;
+ }
+
+ td .programlisting,
+ td .screen
+ {
+ border: 0px solid #DCDCDC;
+ }
+
+ /* Table of contents */
+ .toc
+ {
+ border: 1px solid gray;
+ }
+
+ .informaltable table,
+ .table table
+ {
+ border: 1px solid gray;
+ border-collapse: collapse;
+ }
+
+ /* Tables */
+ div.informaltable table tr td,
+ div.table table tr td
+ {
+ border: 1px solid gray;
+ }
+
+ div.informaltable table tr th,
+ div.table table tr th
+ {
+ border: 1px solid gray;
+ }
+
+ table.simplelist tr td
+ {
+ border: none !important;
+ }
+
+ /* Misc */
+ span.highlight
+ {
+ font-weight: bold;
+ }
+ }
+
+/*=============================================================================
+ Images
+=============================================================================*/
+
+ span.inlinemediaobject img
+ {
+ vertical-align: middle;
+ }
+
+/*==============================================================================
+ Super and Subscript: style so that line spacing isn't effected, see
+ http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341
+==============================================================================*/
+
+sup,
+sub {
+ height: 0;
+ line-height: 1;
+ vertical-align: baseline;
+ _vertical-align: bottom;
+ position: relative;
+
+}
+
+sup {
+ bottom: 1ex;
+}
+
+sub {
+ top: .5ex;
+}
+

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/blank.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/caution.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/draft.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/home.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/important.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/next.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/next_disabled.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/note.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/prev.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/prev_disabled.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/tip.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-blank.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-minus.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/toc-plus.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/up.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/up_disabled.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/images/warning.png
==============================================================================
Binary file. No diff available.

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/index.html
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/index.html 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,63 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Boost.Numeric_Bindings alpha</title>
+<link rel="stylesheet" href="boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
+<link rel="start" href="index.html" title="Boost.Numeric_Bindings alpha">
+<link rel="next" href="boost_numeric_bindings/preface.html" title="Preface">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%"><tr>
+<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
+<td align="center">Home</td>
+<td align="center">Libraries</td>
+<td align="center">People</td>
+<td align="center">FAQ</td>
+<td align="center">More</td>
+</tr></table>
+<hr>
+<div class="spirit-nav"><a accesskey="n" href="boost_numeric_bindings/preface.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
+<div class="article" lang="en">
+<div class="titlepage">
+<div>
+<div><h2 class="title">
+<a name="boost_numeric_bindings"></a>Boost.Numeric_Bindings alpha</h2></div>
+<div><div class="authorgroup"><div class="author"><h3 class="author">
+<span class="firstname">[author2</span> <span class="surname">author1]</span>
+</h3></div></div></div>
+<div><p class="copyright">Copyright © 2008 author1 author2</p></div>
+<div><div class="legalnotice">
+<a name="id417336"></a><p>
+ 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)
+ </p>
+</div></div>
+</div>
+<hr>
+</div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl>
+<dt><span class="section"> Preface</span></dt>
+<dt><span class="section"> Introduction</span></dt>
+<dt><span class="section"> Datatype Concepts and Traits</span></dt>
+<dt><span class="section"> Tutorial</span></dt>
+<dt><span class="section"> BLAS Bindings</span></dt>
+<dt><span class="section"> LAPACK Bindings</span></dt>
+<dt><span class="section"> License</span></dt>
+</dl>
+</div>
+<p>
+ </p>
+<p>
+ </p>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"><p><small>Last revised: March 10, 2009 at 19:52:36 GMT</small></p></td>
+<td align="right"><div class="copyright-footer"></div></td>
+</tr></table>
+<hr>
+<div class="spirit-nav"><a accesskey="n" href="boost_numeric_bindings/preface.html"><img src="../../doc/html/images/next.png" alt="Next"></a></div>
+</body>
+</html>

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/html/standalone_HTML.manifest
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/html/standalone_HTML.manifest 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,8 @@
+index.html
+boost_numeric_bindings/preface.html
+boost_numeric_bindings/introduction.html
+boost_numeric_bindings/traits.html
+boost_numeric_bindings/tutorial.html
+boost_numeric_bindings/blas.html
+boost_numeric_bindings/lapack.html
+boost_numeric_bindings/license.html

Added: sandbox/numeric_bindings/libs/numeric/bindings/doc/lapack.qbk
==============================================================================
--- (empty file)
+++ sandbox/numeric_bindings/libs/numeric/bindings/doc/lapack.qbk 2009-03-11 03:43:07 EDT (Wed, 11 Mar 2009)
@@ -0,0 +1,37 @@
+
+[section:lapack LAPACK Bindings]
+
+Here, the high-level LAPACK bindings will be described.
+
+LAPACK consists of three levels of routines:
+
+* *driver* routines solve a complete problem, e.g., solving a system of linear equations, determining eigenvalues,
+* *computational* routines solve a distinct computational task, such as a LU or QR decomposition.
+* *auxiliary* routines carry out underlying tasks such as the non-blocked versions of matrix-vector operations.
+
+Like with lapack, the bindings focus on the first two levels of routines: driver and computational.
+
+
+
+[table LAPACK driver routines
+
+ [[Fortran Subroutines] [Boost.Numeric_Bindings Equivalent] [Boost.Numeric_Bindings High-level Interface]]
+ [[SGESV, CGESV, DGESV, ZGESV] [lapack::gesv.hpp] [lapack::solve]]
+ [[xGBSV] [gbsv.hpp] [lapack::solve]]
+ [[NAME] [gtsv.hpp] [lapack::solve]]
+ [[NAME] [hesv.hpp] [lapack::solve]]
+ [[NAME] [hpsv.hpp] [lapack::solve]]
+ [[NAME] [posv.hpp] [lapack::solve]]
+ [[NAME] [ppsv.hpp] [lapack::solve]]
+ [[NAME] [pbsv.hpp] [lapack::solve]]
+ [[NAME] [ptsv.hpp] [lapack::solve]]
+ [[NAME] [sysv.hpp] [lapack::solve]]
+ [[NAME] [spsv.hpp] [lapack::solve]]
+]
+
+
+`lapack::solve( a, b );`
+
+[endsect]
+
+


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