Commit Graph

8 Commits

Author SHA1 Message Date
Joaquim Duran
b8a7853df8 Removed redundant return statement in four tests. 2015-11-06 01:30:01 +01:00
qduran
74cc99a4bd 'compare_to' function has been renamed to 'compare_distance'. 2015-08-08 15:53:58 +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
a0fa1e6547 The relative path in the include directive to locate the header utils.hpp has been removed. 2014-10-31 02:20:35 +01:00
nasos
023cd5ce76 Corrected many warning messages appearing in unit tests 2014-04-02 10:05:29 -04:00
Gunter Winkler
653bbc49f5 * boost/numeric/ublas/vector_sparse.hpp, boost/numeric/ublas/matrix_sparse.hpp: see #7363, applied patch (added inplace_merge)
* libs/numeric/ublas/test/Jamfile.v2, libs/numeric/ublas/test/test_coordinate_vector_inplace_merge.cpp, libs/numeric/ublas/test/test_coordinate_matrix_inplace_merge.cpp: add test for COO::sort()


svn path=/trunk/boost/numeric/ublas/; revision=80625
2012-09-21 23:43:16 +00:00