You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Suneel Marthi (JIRA)" <ji...@apache.org> on 2013/10/18 01:15:42 UTC

[jira] [Updated] (MAHOUT-1298) SparseRowMatrix,SparseColMatrix: optimize transpose()

     [ https://issues.apache.org/jira/browse/MAHOUT-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-1298:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Integrated into Mahout Trunk, marking this as Resolved.

> SparseRowMatrix,SparseColMatrix: optimize transpose()
> -----------------------------------------------------
>
>                 Key: MAHOUT-1298
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1298
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Math
>    Affects Versions: 0.8
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>             Fix For: 0.9
>
>         Attachments: MAHOUT-1298.path
>
>
> these matrices lack optimized transpose and rely onto AbstractMatrix's O(mn) implementation which is not cool for very sparse subblocks. 
> proposal is to implement a custom transpose with two things in mind: 
> 1) transpose result to row sparse matrix should be col sparse matrix, and vice versa (and not from default like() as default implementation would take);
> 2) obviously, iterate only thru non-zero elements only of all rows(columns).



--
This message was sent by Atlassian JIRA
(v6.1#6144)