From cfd338f6f28bba002c506f4e5fdbe393b648d3e9 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Tue, 25 Jan 2005 19:15:25 +0000 Subject: [PATCH] Remerged patches to HEAD dropped durring uBLAS_pure merge ML and Wiki text had change svn path=/trunk/boost/libs/numeric/ublas/; revision=26846 --- doc/index.htm | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/index.htm b/doc/index.htm index ad5e150f..ef341700 100644 --- a/doc/index.htm +++ b/doc/index.htm @@ -10,7 +10,7 @@ Boost Basic Linear Algebra -

c++boost.gif +

boost.png Basic Linear Algebra

uBLAS is a C++ template class library that provides BLAS level 1, 2, 3 functionality @@ -30,9 +30,6 @@ and triangular solver. The glue between containers, views and expression templated operations is a mostly STL conforming iterator interface.

-

Dense, packed and sparse matrix classes are being tested with -the CLAPACK test -suite.

Known limitations:

Supported Platforms

The original development platform for uBLAS we used MSVC 6.0 -with Dinkumware STL. Compilers known to accept the library -are:

+with Dinkumware STL. Other compilers known to accept the library +are

For possible problems please consider to consult the Boost regression tests.

@@ -230,8 +228,8 @@ regression tests.

"http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBLAS"> Effective uBLAS wiki for up to date information and contributions.

-

There is also an active uBLAS development mailing list where +

There is also an active uBLAS mailing list where uBLAS specific user and development questions are answered.

uBLAS and Boost Project

uBLAS development takes place via a two tier structure. Active