Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1730

new mutable transposition view for in-core matrices.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.2
    • None
    • None

    Description

      in-core mxA.t rewrite with mostly two goals in mind:

      (1) enable mutability , e.g.

      for (col <- mxA.t) col := k

      (2) translate matrix structural flavor for optimizers correctly. i.e. new SparseRowMatrix.t carries on as column-major structure.

      Also it does unwrapping automatically, i.e. mxA.t.t eq mxA is true.

      there are other smaller goals hit in this rewrite, e.g. various efficient assigns.

      PR https://github.com/apache/mahout/pull/135

      Attachments

        Activity

          People

            dlyubimov Dmitriy Lyubimov
            dlyubimov Dmitriy Lyubimov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: