Commit Graph

9 Commits

Author SHA1 Message Date
Gunter Winkler
f17be9f0a9 ublas/doc/samples/ex_triangular.cpp: added new example
ublas/doc/samples/Jamfile.v2: added build section for ex_triangular
ublas/doc/container_concept.htm: fixed wrong description of array_type
ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular

ublas/test/test_lu.cpp: added unit test for LU decomposition
ublas/test/triangular_access.cpp: added unit test for accessing triangular/symmetric matrices
ublas/test/triangular_layout.cpp: added unit test for testing storage layout of triangular/symmetric matrices
ublas/test/common/testhelper.hpp: support routines for new unit tests

ublas/test/CMakeLists.txt: added new tests (still experimental) test_lu, triangular_access. triangular_layout

ublas/test/Jamfile.v2: 
  added new tests (still experimental) test_lu, triangular_access. triangular_layout
  disabled broken test7 (maybe a fix of boost::interval is needed, see #2473)

ublas/test/test71.cpp, ublas/test/test73.cpp, ublas/test/test7.cpp:
  added first fixes to support boost::interval as scalar type

ublas/test/common/init.hpp: 
  initialize all matrices/vectors with floats instead of (unsigned) ints
  this helps to fix broken test7 for boost::interval



[SVN r52147]
2009-04-02 22:36:39 +00:00
Michael Stevens
8b21ea96c4 CHANGE implement vector/matrix_container base classes
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems


[SVN r30030]
2005-07-13 05:57:47 +00:00
Michael Stevens
b479889772 No need to init for default constructor
[SVN r29869]
2005-07-01 22:37:30 +00:00
Michael Stevens
c1ce171494 FIX typo
[SVN r29868]
2005-07-01 20:32:46 +00:00
Michael Stevens
3ffdc235b4 Allow for branch support of non default constructable proxies
[SVN r29867]
2005-07-01 20:29:14 +00:00
Michael Stevens
2f26212f12 tabs and max fixed for Boost
[SVN r28738]
2005-05-08 16:41:36 +00:00
Michael Stevens
dfc495e68d Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
[SVN r27700]
2005-03-16 13:10:06 +00:00
Michael Stevens
ef2613ca56 Common initialize
[SVN r27664]
2005-03-15 10:03:56 +00:00
Michael Stevens
13268f0941 Move to Boost standard test directory
[SVN r27662]
2005-03-15 09:03:25 +00:00