[
https://issues.apache.org/jira/browse/HAMA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-183:
--------------------------------
Status: Patch Available (was: Open)
running patch through hudson
> When we construct the matrix, dimensions should be defined.
> -----------------------------------------------------------
>
> Key: HAMA-183
> URL: https://issues.apache.org/jira/browse/HAMA-183
> Project: Hama
> Issue Type: Bug
> Components: implementation
> Affects Versions: 0.1.0
> Reporter: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-183.patch
>
>
> "DenseMatrix a = new DenseMatrix(conf);" is odd to me. IMO, dimensions should
> be defined by constructor as "DenseMatrix a = new DenseMatrix(conf, 10, 10);"
> and, the values can't be set to out of range.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.