From: Richard Kreckel Date: Sat, 29 Apr 2000 02:13:29 +0000 (+0000) Subject: - Extended check (FIXME: may under certain conditions rout oom). X-Git-Tag: release_0-6-0~12 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=6db7c98ab607db5329f7c94e3524af67fd80143a - Extended check (FIXME: may under certain conditions rout oom). --- diff --git a/check/check_matrices.cpp b/check/check_matrices.cpp index 71893bb1..c1fa6257 100644 --- a/check/check_matrices.cpp +++ b/check/check_matrices.cpp @@ -22,14 +22,14 @@ #include "checks.h" -// determinants of some sparse symbolic size x size matrices over -// an integral domain. +/* 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