From 6db7c98ab607db5329f7c94e3524af67fd80143a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 29 Apr 2000 02:13:29 +0000 Subject: [PATCH] - Extended check (FIXME: may under certain conditions rout oom). --- check/check_matrices.cpp | 57 +++++++++++++++++++++++++++++++------ check/checks.h | 3 +- check/genex.cpp | 61 +++++++++++++++++++++++++++++----------- 3 files changed, 94 insertions(+), 27 deletions(-) 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