Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 66022 invoked from network); 3 Dec 2008 21:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 21:40:36 -0000 Received: (qmail 50182 invoked by uid 500); 3 Dec 2008 21:40:47 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 50112 invoked by uid 500); 3 Dec 2008 21:40:46 -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 50101 invoked by uid 99); 3 Dec 2008 21:40:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 13:40:46 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 21:39:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5AEA3234C2AC for ; Wed, 3 Dec 2008 13:39:44 -0800 (PST) Message-ID: <712101770.1228340384371.JavaMail.jira@brutus> Date: Wed, 3 Dec 2008 13:39:44 -0800 (PST) From: "Sujit Pal (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-233) Need a decomposer for SVD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Need a decomposer for SVD ------------------------- Key: MATH-233 URL: https://issues.apache.org/jira/browse/MATH-233 Project: Commons Math Issue Type: New Feature Environment: Any Reporter: Sujit Pal I am trying to convert over some of my code from Jama to using commons-math RealMatrix. Jama has a SingularValueDecomposition class. In commons-math, there is a SingularValueDecomposition interface in commons-math which is not implemented. It would be extremely useful if this is implemented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.