X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_matrices.cpp;h=62b74ba2651ff5d4134dbed97c380b328cb409c3;hp=ec7efefc523132fae8b701c2864a674d26c3927e;hb=db5765dc91202851739e196ba11bfccb0b3fe7bc;hpb=f4ea690a3f118bf364190f0ef3c3f6d2ccdf6206 diff --git a/check/check_matrices.cpp b/check/check_matrices.cpp index ec7efefc..62b74ba2 100644 --- a/check/check_matrices.cpp +++ b/check/check_matrices.cpp @@ -22,23 +22,91 @@ #include "checks.h" -// determinants of some sparse symbolic size x size matrices -static unsigned matrix_determinants(void) +/* determinants of some sparse symbolic matrices with coefficients in + * an integral domain. */ +static unsigned integdom_matrix_determinants(void) { unsigned result = 0; symbol a("a"); - - for (int size=3; size<16; ++size) { + + for (unsigned size=3; size<20; ++size) { matrix A(size,size); - for (int c=0; c