[ 
https://issues.apache.org/jira/browse/SPARK-11826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15020719#comment-15020719
 ] 

Ehsan Mohyedin Kermani edited comment on SPARK-11826 at 11/21/15 10:03 PM:
---------------------------------------------------------------------------

My main (major) motivation is related to 
https://issues.apache.org/jira/browse/SPARK-6417 and heavily using basic 
operations and possibly, later distributed linalg use cases. The only solution 
I can think of using add() only, would be multiplying each block after 
transforming toBreeze(), by negative identity for example, and perform the 
addition which ultimately is the subtract() (obvious implementation from 
add()), so it'd be a great help if we can have this and without it I'm not sure 
how we can achieve it differently? It might be a case that I'm missing 
something trivial here though!


was (Author: ehsan mohyedin kermani):
My main (major) motivation is related to 
[6417](https://issues.apache.org/jira/browse/SPARK-6417) and heavily using 
basic operations and possibly, later distributed linalg use cases. The only 
solution I can think of using add() only, would be multiplying each block after 
transforming toBreeze(), by negative identity for example, and perform the 
addition which ultimately is the subtract() (obvious implementation from 
add()), so it'd be a great help if we can have this and without it I'm not sure 
how we can achieve it differently? It might be a case that I'm missing 
something trivial here though!

> Subtract BlockMatrix
> --------------------
>
>                 Key: SPARK-11826
>                 URL: https://issues.apache.org/jira/browse/SPARK-11826
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.6.0
>            Reporter: Ehsan Mohyedin Kermani
>            Priority: Minor
>
> It'd be more convenient to have subtract method for BlockMatrices.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to