X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_H.cpp;h=1750616e55e6ae0c6027c912ac4b4493f8361fe8;hp=8ea4b47fa79d0c71e82e72a5fa86b50ab20b9df9;hb=0160f9ab1da453641e30539abcf0eaa4162582eb;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/time_lw_H.cpp b/check/time_lw_H.cpp index 8ea4b47f..1750616e 100644 --- a/check/time_lw_H.cpp +++ b/check/time_lw_H.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,45 +18,59 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "times.h" -static unsigned test(void) +static unsigned test(unsigned n) { - matrix h80(80,80); - - for (unsigned r=0; r<80; ++r) - for (unsigned c=0; c<80; ++c) - h80.set(r,c,numeric(1,r+c+1)); - ex det = h80.determinant(); + matrix hilbert(n,n); + + for (unsigned r=0; rnumeric("1.E-3800")) { - clog << "determinant of 80x80 erroneously returned " << det << endl; + n-1 / \ + ----- | pow(factorial(r),3) | + | | | ------------------- | + | | | factorial(r+n) | + r = 0 \ / + */ + + ex hilbdet = 1; + for (unsigned r=0; r