Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B05A7656C for ; Thu, 4 Aug 2011 19:46:53 +0000 (UTC) Received: (qmail 44437 invoked by uid 500); 4 Aug 2011 19:46:53 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 44343 invoked by uid 500); 4 Aug 2011 19:46:52 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 44333 invoked by uid 99); 4 Aug 2011 19:46:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 19:46:52 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 19:46:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 91F7EA87A7 for ; Thu, 4 Aug 2011 19:46:30 +0000 (UTC) Date: Thu, 4 Aug 2011 19:46:30 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Brisard_=28JIRA=29?= To: issues@commons.apache.org Message-ID: <190254702.9014.1312487190594.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2081705518.29591.1305864527326.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MATH-581) Support for iterative linear solvers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-581?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] S=C3=A9bastien Brisard updated MATH-581: ----------------------------------- Attachment: conjugate-gradient.zip conjugate-gradient.zip includes all above-mentioned classes, with correcte = exceptions (with extensive use of ExceptionContext). Thanks for your comments! > Support for iterative linear solvers > ------------------------------------ > > Key: MATH-581 > URL: https://issues.apache.org/jira/browse/MATH-581 > Project: Commons Math > Issue Type: New Feature > Affects Versions: 3.0, Nightly Builds > Reporter: S=C3=A9bastien Brisard > Labels: iterative, linear, solver > Attachments: MATH-581-01.patch, MATH-581-02.zip, MATH-581-03.zip,= MATH-581-04.zip, MATH-581-05.patch, MATH-581-05.patch, conjugate-gradient.= zip, exceptions.patch, linearoperator.zip > > > Dear all, > this issue has already been discussed on the forum. The idea is to implem= ent the most popular linear iterative solvers (CG, SYMMLQ, etc...) in commo= ns-math. The beauty of these solvers is that they do not need direct access= to the coefficients of the matrix, only matrix-vector products are necessa= ry. This is goof, as sometimes it is inetficient to store the coefficients = of the matrix. > So basically, before implementing the iterative solvers, we need to defin= e an interface slightly more general than a matrix, namely LinearOperator, = with only one basic operation: matrix-vector product. > Here are a few interfaces and abstract classes that do that. Nothing fanc= y yet, I just wanted to have you advice on the implementation before I comm= it some solvers. > I thought these classes could go in a package org.apache.commons.math.lin= earoperator, but really, I haven't got a clue... > Best regards, > Sebastien -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira