X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fcheck_matrices.cpp;h=c1fa6257599938bc57c015e363a6822bf876a9c2;hp=5721a942921e3c60d77f6ded561896ec70b0ce62;hb=0d9b6e6d134917a8fb5cf76ade55dcbaf01acb28;hpb=a43a2fe7d9df31529647c66dcfb9cad544ffd369 diff --git a/check/check_matrices.cpp b/check/check_matrices.cpp index 5721a942..c1fa6257 100644 --- a/check/check_matrices.cpp +++ b/check/check_matrices.cpp @@ -22,13 +22,14 @@ #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<17; ++size) { + + for (int size=3; size<20; ++size) { matrix A(size,size); for (int r=0; r