[
https://issues.apache.org/jira/browse/HAMA-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-170:
--------------------------------
Summary: Implementation of Matrix.Norm (was: Implementation of
DenseMatrix.Norm)
Will be applied to sparse matrix, too.
> 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.