Commit Graph

20 Commits

Author SHA1 Message Date
Joaquim Duran
1c2cf5dcf2 testhelper: fixed warnings about unused parameters. 2015-10-18 00:51:18 +02:00
Joaquim Duran
e3c9bc7933 The type of the distance of matrices and vectors is deduced. 2015-10-01 02:10:14 +02:00
qduran
74cc99a4bd 'compare_to' function has been renamed to 'compare_distance'. 2015-08-08 15:53:58 +02:00
qduran
0aad284672 Typecast the calculation of mean square distance to avoid warnings (funcion mean_square for matrices and vectors). 2015-08-08 15:31:09 +02:00
Sean Reilly
5af73189a8 Rename the equal_to() function to compare_to() to avoid name conflict in gcc-4.4.7 compiler.
Any test that was using equal_to() was failing.  Re-ran the tests and they all pass now.
2014-12-10 18:41:52 -05:00
Joaquim Duran
9c31de50c2 Added tolerance to functions 'equal_two' and restored in tests. 2014-11-10 01:35:24 +01:00
Joaquim Duran
ffe1ec9d3a Functions mean_square have been moved to 'testhelper.hpp'. Created the functions 'equal_to' to test if matrices or vectors are equals (based on mean_square). 2014-11-08 15:54:22 +01:00
Joaquim Duran
08e64804bd The matrices and vectors compared should have the same size. 2014-11-06 00:51:35 +01:00
nasos
d520cdf6b8 Added fixed_vector class and relative reg. tests 2014-04-11 18:32:13 -04:00
Gunter Winkler
4a7b890dc9 test/test71.cpp reverted some changes regarding boost::interval
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)


svn path=/trunk/libs/numeric/ublas/; revision=52142
2009-04-02 21:43:25 +00:00
Gunter Winkler
5d1e7b5009 test_lu.cpp: added copyright header
triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests

svn path=/trunk/libs/numeric/ublas/; revision=51763
2009-03-13 20:57:52 +00:00
Gunter Winkler
a673f2e63e added unit test for LU decomposition
svn path=/trunk/libs/numeric/ublas/; revision=51673
2009-03-09 22:32:04 +00:00
Michael Stevens
9d3d87e8b3 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 path=/trunk/boost/boost/numeric/ublas/; revision=30030
2005-07-13 05:57:47 +00:00
Michael Stevens
76e654f9a2 No need to init for default constructor
svn path=/trunk/boost/libs/numeric/ublas/; revision=29869
2005-07-01 22:37:30 +00:00
Michael Stevens
a60224e8c5 FIX typo
svn path=/trunk/boost/libs/numeric/ublas/; revision=29868
2005-07-01 20:32:46 +00:00
Michael Stevens
ef0dbefc97 Allow for branch support of non default constructable proxies
svn path=/trunk/boost/libs/numeric/ublas/; revision=29867
2005-07-01 20:29:14 +00:00
Michael Stevens
27f388ed09 tabs and max fixed for Boost
svn path=/trunk/boost/libs/numeric/ublas/; revision=28738
2005-05-08 16:41:36 +00:00
Michael Stevens
8504fe9921 Support BOOST_UBLAS_NO_NESTED_CLASS_RELATION
svn path=/trunk/boost/libs/numeric/ublas/; revision=27700
2005-03-16 13:10:06 +00:00
Michael Stevens
bdf4938347 Common initialize
svn path=/trunk/boost/libs/numeric/ublas/; revision=27664
2005-03-15 10:03:56 +00:00
Michael Stevens
1cd7606ab3 Move to Boost standard test directory
svn path=/trunk/boost/libs/numeric/ublas/; revision=27662
2005-03-15 09:03:25 +00:00