[
https://issues.apache.org/jira/browse/HAMA-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yexi Jiang updated HAMA-864:
----------------------------
Summary: Fix/improve DoubleVector and DenseDoubleVector (was: Fix the
subtractFrom() method of DoubleVector and DenseDoubleVector)
> Fix/improve DoubleVector and DenseDoubleVector
> ----------------------------------------------
>
> Key: HAMA-864
> URL: https://issues.apache.org/jira/browse/HAMA-864
> Project: Hama
> Issue Type: Bug
> Components: math
> Affects Versions: 0.7.0
> Reporter: Yexi Jiang
> Assignee: Yexi Jiang
> Labels: math
> Fix For: 0.6.3
>
>
> Current implementation subtractFrom(int scalar) is implemented exactly the
> same as subtract(int scalar).
> The subtract(int scalar) is implemented as (vector - scalar). However, the
> subtractFrom should be implemented as (scalar - vector).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)