[
https://issues.apache.org/jira/browse/HAMA-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-30:
-------------------------------
Attachment: HAMA-30.patch
Added scale method.
> Add scaling method to VectorInterface
> -------------------------------------
>
> Key: HAMA-30
> URL: https://issues.apache.org/jira/browse/HAMA-30
> Project: Hama
> Issue Type: New Feature
> Components: implementation
> Reporter: Edward J. Yoon
> Fix For: 0.1.0
>
> Attachments: HAMA-30.patch
>
>
> To perform the matrix multiplication, it needs scalar multiplication of a
> whole vector
> v = alpha*v
> public Vector scale(double alpha);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.