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

[jira] Updated: (HAMA-176) Implementation of singular value decomposition

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

Edward J. Yoon updated HAMA-176:
--------------------------------

    Attachment: HAMA-176.patch

Attach my test scenario code.

> Implementation of singular value decomposition
> ----------------------------------------------
>
>                 Key: HAMA-176
>                 URL: https://issues.apache.org/jira/browse/HAMA-176
>             Project: Hama
>          Issue Type: New Feature
>          Components: implementation
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-176.patch
>
>
> 1) Computes A(T) and A(T)A
> 2) Computes eigenvalue of A(T)A, singular values s1, s2 of A
> 3) Computes S, S(-1) using s1, s2
> 4) Computes V(T) using eigenvector of A(T)A

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