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

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

Seth Hendrickson created SPARK-20083:
----------------------------------------

             Summary: 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