[
https://issues.apache.org/jira/browse/MAHOUT-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14630778#comment-14630778
]
ASF GitHub Bot commented on MAHOUT-1756:
----------------------------------------
GitHub user smarthi opened a pull request:
https://github.com/apache/mahout/pull/153
MAHOUT-1756: Adding missing in-place operations in the form 5 +=: vec-expr
and 5*=: vec-expr or vec *=: vec-expr
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smarthi/mahout mahout-0.10.x-1756
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
commit 21c2d625187577fdcaa6985c4330eae62d2ef567
Author: Suneel Marthi <[email protected]>
Date: 2015-07-17T04:31:31Z
Adding missing in-place operations in the form 5 +=: vec-expr and 5*=:
vec-expr or vec *=: vec-expr
----
> Missing +=: and *=: operators on vectors
> -----------------------------------------
>
> Key: MAHOUT-1756
> URL: https://issues.apache.org/jira/browse/MAHOUT-1756
> Project: Mahout
> Issue Type: Improvement
> Reporter: Dmitriy Lyubimov
> Assignee: Suneel Marthi
> Fix For: 0.10.2, 0.11.0
>
>
> Matrices support expressions like a *=: b (do elementwise a*b on b in-place)
> but vectors don't. sometimes it is highly desirable to do that type of
> expression, and for consistency, we should enable this for vectors too.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)