Joaquim Duran
|
2c0f251d9e
|
In test_matrix_vector, unnedded return statement has been removed.
|
2015-10-19 23:04:50 +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 |
|
qduran
|
a069526f89
|
Remove the name of unused function parameters to avoid warnings in the compilation.
|
2014-10-05 19:23:44 +02:00 |
|
qduran
|
68c1bb24a4
|
Improved headers in test program.
|
2014-06-12 01:37:34 +02:00 |
|
nasos
|
f9bb9232a3
|
Modified bool equals in vector_assign.hpp to properly work with integral types (changed < to <=). Also made some changes in test_matrix_vector
|
2014-04-07 10:20:05 -04:00 |
|
nasos
|
26a4054f47
|
Added some trace logging for matrix_vector facade
|
2014-04-02 11:40:52 -04:00 |
|
Joaquim Duran
|
57605374d5
|
Implemented the row vector and column vector facades for matrix.
|
2013-09-26 18:31:15 +02:00 |
|