From dev-return-129207-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Mon Sep 5 21:24:24 2011 Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 23A4D89FE for ; Mon, 5 Sep 2011 21:24:24 +0000 (UTC) Received: (qmail 22151 invoked by uid 500); 5 Sep 2011 21:24:23 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 22027 invoked by uid 500); 5 Sep 2011 21:24:22 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 22019 invoked by uid 99); 5 Sep 2011 21:24:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 21:24:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.74.71.27] (HELO eir.is.scarlet.be) (193.74.71.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 21:24:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1315257833; bh=eUmVpbT3xdils3KHXPujEFTj1UyqnMzWph3ccixrpvQ=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=TE0WXeS3aFDcTYQHeDzkbzcsTMFGjriVFhrjbP5IzUz7uHdhi9jjhWidXV0AZbs67 KPF21CmJ+9gwBZSjOleaR+RRa23nBe81GCipiomTp0oWAV4kDUb9lhVuZU5Gp1vD+F obZWiGrIaoVYr0bfZWFFUXuT7n8lYsbSCoPc18GI= Received: from mail.harfang.homelinux.org (ip-213-49-231-18.dsl.scarlet.be [213.49.231.18]) by eir.is.scarlet.be (8.14.5/8.14.5) with ESMTP id p85LNqu9018542 for ; Mon, 5 Sep 2011 23:23:53 +0200 X-Scarlet: d=1315257833 c=213.49.231.18 Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 41E0061CE9 for ; Mon, 5 Sep 2011 23:23:52 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id jfecH7pyK0bU for ; Mon, 5 Sep 2011 23:23:49 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 01DCF617A7 for ; Mon, 5 Sep 2011 23:23:49 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.76) (envelope-from ) id 1R0gdw-0004Qq-PJ for dev@commons.apache.org; Mon, 05 Sep 2011 23:23:48 +0200 Date: Mon, 5 Sep 2011 23:23:48 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: Default threshold in "LUDecompositionImpl" Message-ID: <20110905212348.GW19625@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <20110905132323.GS19625@dusk.harfang.homelinux.org> <4E651125.1000806@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4E651125.1000806@free.fr> X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.21 (2010-09-15) X-DCC-scarlet.be-Metrics: eir 20001; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: clamav-milter 0.97.1-exp at eir X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Sep 05, 2011 at 08:12:53PM +0200, Luc Maisonobe wrote: > Le 05/09/2011 15:23, Gilles Sadowski a écrit : > >Hello. > > Hi Gilles, > > > > >There might be a typo in the value for the default singularity threshold > >value in class "LUDecompositionImpl" (at line 37): Was > > 10E-12 > >the intended value, or was it > > 1e-12 > >? > > It is probably a typo, but the exact value was certainly chosen > almost arbitrarily. However, since it has now been published and > changing it may break code, I would suggest to write it 1e-11. Done in revision 1165416. Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org