You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "yuhao yang (JIRA)" <ji...@apache.org> on 2017/03/27 19:07:41 UTC

[jira] [Commented] (SPARK-20083) Change matrix toArray to not create a new array when matrix is already column major

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

yuhao yang commented on SPARK-20083:
------------------------------------

So the result array will allow users to manipulate the matrix values. Is it intentional?

> Change matrix toArray to not create a new array when matrix is already column major
> -----------------------------------------------------------------------------------
>
>                 Key: SPARK-20083
>                 URL: https://issues.apache.org/jira/browse/SPARK-20083
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 2.2.0
>            Reporter: Seth Hendrickson
>            Priority: Minor
>
> {{toArray}} always creates a new array in column major format, even when the resulting array is the same as the backing values. We should change this to just return a reference to the values array when it is already column major.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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