Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 68645 invoked from network); 15 Feb 2009 20:26:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 20:26:43 -0000 Received: (qmail 1653 invoked by uid 500); 15 Feb 2009 20:26:42 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 1148 invoked by uid 500); 15 Feb 2009 20:26:40 -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 1133 invoked by uid 99); 15 Feb 2009 20:26:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 12:26:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.steitz@gmail.com designates 74.125.92.147 as permitted sender) Received: from [74.125.92.147] (HELO qw-out-1920.google.com) (74.125.92.147) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 20:26:32 +0000 Received: by qw-out-1920.google.com with SMTP id 9so508920qwj.60 for ; Sun, 15 Feb 2009 12:26:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZQKRzxc9puAvGokzk65GjtIJFcOHMmq4NR24MMtK57U=; b=V9MUvcen/Vm36hb2qQr1p3AZiIT7NxdRqhNpQHYxy1E3ufUTjV0fYkvnzv6vXo9GOf bCK59S1naLueUz/P4j3ltM6kt07npF5lTLcjB3fGsDqYDPY2idu1f7+eIishYRjMiwyV BYOx5u+Tn2zo5PwCOnnZ5+halErkmH5nkcYKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=ojbOSqmhCRtqbEgCSOVTQ8Npm+q3b2TmB+llfSEpgrJFkQV1LbfKMVM5gcM96Xb2vb IW+G7j7tmHr2mZtd/w/JlLaGn///vyHB62dsk4IjqDbZAhPaD2XB3q7IxWiXk5WNxPJE CmJiypmJBnuv3giGVx9jwQgSfiqkG6pQlJWdg= Received: by 10.224.67.140 with SMTP id r12mr6763803qai.287.1234729572217; Sun, 15 Feb 2009 12:26:12 -0800 (PST) Received: from phil-steitzs-macbook-pro.local (pool-96-227-146-230.phlapa.east.verizon.net [96.227.146.230]) by mx.google.com with ESMTPS id 6sm15791975yxg.36.2009.02.15.12.26.11 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Feb 2009 12:26:11 -0800 (PST) Message-ID: <49987A62.2070106@gmail.com> Date: Sun, 15 Feb 2009 15:26:10 -0500 From: Phil Steitz User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Commons Developers List Subject: Re: [math] restructuring linear package References: <49986E63.1090808@free.fr> In-Reply-To: <49986E63.1090808@free.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Luc Maisonobe wrote: > The linear package has been changed a lot lately and numerous new > interfaces and classes have been added. This is now a huge package with > more than 30 files in it. > > What about splitting it into subpackages ? I would propose to add > "matrix", "vector", "decomposition" and "error"/"exception". > +1 for splitting out decomposition +0 for error -0 for matrix, vector, as I think it is OK to leave these base interfaces and their impls in the base package. Thanks, btw for the Cholesky decomp! Phil > Luc > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org