mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-15 13:32:13 +00:00
Remerged patches to HEAD dropped durring uBLAS_pure merge
ML and Wiki text had change svn path=/trunk/boost/libs/numeric/ublas/; revision=26846
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<title>Boost Basic Linear Algebra</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1><img src="c++boost.gif" alt="c++boost.gif" align="middle" />
|
||||
<h1><img src="../../../../boost.png" alt="boost.png" align="middle" />
|
||||
Basic Linear Algebra</h1>
|
||||
<p>uBLAS is a C++ template class library that provides <a href=
|
||||
"http://www.netlib.org/blas">BLAS</a> level 1, 2, 3 functionality
|
||||
@@ -30,9 +30,6 @@ and triangular solver. The glue between containers, views and
|
||||
expression templated operations is a mostly <a href=
|
||||
"http://www.sgi.com/tech/stl">STL</a> conforming iterator
|
||||
interface.</p>
|
||||
<p>Dense, packed and sparse matrix classes are being tested with
|
||||
the <a href="http://www.netlib.org/clapack">CLAPACK</a> test
|
||||
suite.</p>
|
||||
<p>Known limitations:</p>
|
||||
<ul type="Disc">
|
||||
<li>The implementation assumes a linear memory address model.</li>
|
||||
@@ -44,6 +41,7 @@ suite.</p>
|
||||
<ul>
|
||||
<li><a href="types_overview.htm">Overview of Matrix- and Vector-Types</a></li>
|
||||
<li><a href="operations_overview.htm">Overview of Matrix and Vector Operations</a></li>
|
||||
<li><a href="#further_information">Effective uBLAS and further information</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>uBLAS Concept definitions
|
||||
@@ -210,14 +208,14 @@ Map</a></li>
|
||||
</ul>
|
||||
<h2>Supported Platforms</h2>
|
||||
<p>The original development platform for uBLAS we used MSVC 6.0
|
||||
with Dinkumware STL. Compilers known to accept the library
|
||||
are:</p>
|
||||
with Dinkumware STL. Other compilers known to accept the library
|
||||
are</p>
|
||||
<ul>
|
||||
<li>MSVC 6.0 with STLPort-4.5.3, 7.0, 7.1</li>
|
||||
<li>GCC 2.95.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x</li>
|
||||
<li>ICC 7.0, 7.1, 8.0, 8.1</li>
|
||||
<li>ICC 7.0, 7.1 8.0</li>
|
||||
<li>Comeau 4.2.x</li>
|
||||
<li>MWCW 8.3, 9.3</li>
|
||||
<li>MWCW</li>
|
||||
</ul>
|
||||
<p>For possible problems please consider to consult the Boost
|
||||
regression tests.</p>
|
||||
@@ -230,8 +228,8 @@ regression tests.</p>
|
||||
"http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBLAS">
|
||||
Effective uBLAS</a> wiki for up to date information and
|
||||
contributions.</p>
|
||||
<p>There is also an active uBLAS development <a href=
|
||||
"http://groups.yahoo.com/group/ublas-dev">mailing list</a> where
|
||||
<p>There is also an active uBLAS <a href=
|
||||
"http://lists.boost.org/">mailing list</a> where uBLAS specific
|
||||
user and development questions are answered.</p>
|
||||
<h3>uBLAS and Boost Project</h3>
|
||||
<p>uBLAS development takes place via a two tier structure. Active
|
||||
|
||||
Reference in New Issue
Block a user