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

Jerome updated SPARK-8514:
--------------------------
    Attachment: BlockPartitionMethods.py
                BlockPartitionMethods.scala
                testScript.scala
                LUBlockDecompositionBasic.pdf
                BlockMatrixSolver.pdf

To run LUDecomposition example in spark-shell...
:load BlockPartitionMethods.scala
:load testScript.scala

It will perform a simple LU Decomposition on a 6x6 Matrix with 2x2 blocks and 
report residual = LU-PA.

> LU factorization on BlockMatrix
> -------------------------------
>
>                 Key: SPARK-8514
>                 URL: https://issues.apache.org/jira/browse/SPARK-8514
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Xiangrui Meng
>              Labels: advanced
>         Attachments: BlockMatrixSolver.pdf, BlockPartitionMethods.py, 
> BlockPartitionMethods.scala, LUBlockDecompositionBasic.pdf, testScript.scala
>
>
> LU is the most common method to solve a general linear system or inverse a 
> general matrix. A distributed version could in implemented block-wise with 
> pipelining. A reference implementation is provided in ScaLAPACK:
> http://netlib.org/scalapack/slug/node178.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to