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


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.

Reply via email to