You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sujit Pal (JIRA)" <ji...@apache.org> on 2008/12/03 22:39:44 UTC

[jira] Created: (MATH-233) Need a decomposer for SVD

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.


[jira] Resolved: (MATH-233) Need a decomposer for SVD

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe resolved MATH-233.
--------------------------------

    Resolution: Fixed

fixed in trunk as of r723500

> 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.