[
https://issues.apache.org/jira/browse/HAMA-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707858#action_12707858
]
Edward J. Yoon commented on HAMA-170:
-------------------------------------
Oh, sorry. You're right. Norm-inf and Norm-1 should be changed.
>> I will fixed it during implementing other norm methods.
Thanks. ;)
> Implementation of Matrix.Norm
> -----------------------------
>
> Key: HAMA-170
> URL: https://issues.apache.org/jira/browse/HAMA-170
> Project: Hama
> Issue Type: Improvement
> Components: implementation
> Affects Versions: 0.1.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.1.0
>
>
> enum Norm {
> /** Maximum absolute row sum */
> One,
> /** The root of sum of the sum of squares */
> Frobenius,
>
> /** Largest entry in absolute value */
> Infinity,
>
> /** Largest entry in absolute value. Not a proper matrix norm */
> Maxvalue
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.