GitHub user brkyvz opened a pull request:

    https://github.com/apache/spark/pull/4109

    [SPARK-5321] Support for transposing local matrices

    Support for transposing local matrices added. The `.transpose` function 
creates a new object re-using the backing array(s) but switches `numRows` and 
`numCols`. Operations check the flag `.isTransposed` to see whether the 
indexing in `values` should be modified.
    
    This PR will pave the way for transposing `BlockMatrix`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brkyvz/spark SPARK-5321

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/4109.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 #4109
    
----
commit c408c0539e040883f22d7ce22fc508cd102af05c
Author: Burak Yavuz <[email protected]>
Date:   2015-01-19T23:24:40Z

    [SPARK-5321] Support for transposing local matrices added

commit c55f29a30e4d04c13e203daccc44a16bee0a8cd1
Author: Burak Yavuz <[email protected]>
Date:   2015-01-19T23:33:02Z

    [SPARK-5321] Support for transposing local matrices cleaned up

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to