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

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

    Description: "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.  
(was: "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 row/column can't be set to out of range.)

> 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
>
>
> "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.

Reply via email to