From: Richard Kreckel Date: Thu, 20 Apr 2000 04:13:55 +0000 (+0000) Subject: - Timings D and E: finer time resolution X-Git-Tag: release_0-6-0~17 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d6dd9e5350d479533b319dd1dfedaa2467627fe3 - Timings D and E: finer time resolution - Timings P, P', Q, Q': construct matrix with some loops instead of reading it from a const ex[][]. time_lw_w101n.h is not needed any more. - check_matrices.cpp: check the new fraction free determinant. --- diff --git a/check/check_matrices.cpp b/check/check_matrices.cpp index 5721a942..71893bb1 100644 --- a/check/check_matrices.cpp +++ b/check/check_matrices.cpp @@ -22,12 +22,13 @@ #include "checks.h" -// determinants of some sparse symbolic size x size matrices -static unsigned matrix_determinants(void) +// determinants of some sparse symbolic size x size matrices over +// an integral domain. +static unsigned integdom_matrix_determinants(void) { unsigned result = 0; symbol a("a"); - + for (int size=3; size<17; ++size) { matrix A(size,size); for (int r=0; r