You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Samuel Guo (JIRA)" <ji...@apache.org> on 2009/07/02 04:10:48 UTC

[jira] Updated: (HAMA-185) Finds the eigenvalues and eigenvectors associated with the symmetric matrix A

     [ https://issues.apache.org/jira/browse/HAMA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samuel Guo updated HAMA-185:
----------------------------

    Attachment: HAMA-185.patch

Attach my patch to finds the eigenvalues and the eigenvectors

In this patch, I did not expose the access interfaces of the eigenvalues and the eigenvectors.
I just collect all the eigenvalue and the eigenvectors in the hbase table of the original matrix, named as "eival:value" and "eicol:".

> Finds the eigenvalues and eigenvectors associated with the symmetric matrix A
> -----------------------------------------------------------------------------
>
>                 Key: HAMA-185
>                 URL: https://issues.apache.org/jira/browse/HAMA-185
>             Project: Hama
>          Issue Type: Sub-task
>            Reporter: Edward J. Yoon
>         Attachments: HAMA-185.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.