Commit Graph

10 Commits

Author SHA1 Message Date
Joaquim Duran
b8a7853df8 Removed redundant return statement in four tests. 2015-11-06 01:30:01 +01:00
Joaquim Duran
b7e7f84050 Cast numeric literals to remove warnings. 2015-08-12 14:13:39 +02: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
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
Marcel Raad
0acd97dc85 Fix warnings for MSVC14
warning C4456: declaration of '...' hides previous local declaration
warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
2014-06-16 22:25:30 +02:00
nasos
d520cdf6b8 Added fixed_vector class and relative reg. tests 2014-04-11 18:32:13 -04:00
Gunter Winkler
c64c5a512e boost/numeric/ublas/traits.hpp, libs/numeric/ublas/test/test_assignment.cpp, libs/numeric/ublas/test/begin_end.cpp: see #7296, fix test issues with unsigned integer types
svn path=/trunk/libs/numeric/ublas/; revision=80483
2012-09-10 20:50:10 +00:00
David Bellot
82f7f2b8c7 added doc and test for assignment operator. Needs further testing
svn path=/trunk/libs/numeric/ublas/; revision=62576
2010-06-08 14:21:15 +00:00