From 7e4e5b42a63e06ae7f320e58e75f9799a3ee68bb Mon Sep 17 00:00:00 2001 From: zuoqing Date: Sat, 21 May 2022 08:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7eps=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91SVD=E5=88=86=E8=A7=A3=E5=8D=A1=E6=AD=BB=E7=9A=84?= =?UTF-8?q?=E6=A6=82=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3rdparty/include/ZQlib/ZQ_MathBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/include/ZQlib/ZQ_MathBase.h b/3rdparty/include/ZQlib/ZQ_MathBase.h index f5996a0..0a6cf4a 100644 --- a/3rdparty/include/ZQlib/ZQ_MathBase.h +++ b/3rdparty/include/ZQlib/ZQ_MathBase.h @@ -783,7 +783,7 @@ namespace ZQ int pp = p-1; int iter = 0; //double eps = pow( 2.0, -52.0 ); - T eps = pow(2.0, -52.0); + T eps = pow(2.0, -30.0); while( p > 0 ) {