From cfd338f6f28bba002c506f4e5fdbe393b648d3e9 Mon Sep 17 00:00:00 2001
From: Michael Stevens 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:
+
Basic Linear Algebra
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 +areFor 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 development takes place via a two tier structure. Active