#include "test_macros.hpp" #include "float.h" #include using namespace matrix; int main() { float data[9] = {1, 2, 3, 4, 5, 6, 7, 8, 10 }; float urt[6] = {1, 2, 3, 5, 6, 10}; SquareMatrix A(data); for(int i=0; i