[
https://issues.apache.org/jira/browse/MAHOUT-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512074#comment-14512074
]
Hudson commented on MAHOUT-1696:
--------------------------------
SUCCESS: Integrated in Mahout-Quality #3138 (See
[https://builds.apache.org/job/Mahout-Quality/3138/])
MAHOUT-1696: QRDecomposition.solve(...) can return incorrect Matrix types.
closes apache/mahout#124 (apalumbo: rev
1f9188d0789640a6514e1120bf4b44061a886165)
* math/src/main/java/org/apache/mahout/math/QRDecomposition.java
* CHANGELOG
> QRDecomposition.solve(...) can return incorrect Matrix types
> ------------------------------------------------------------
>
> Key: MAHOUT-1696
> URL: https://issues.apache.org/jira/browse/MAHOUT-1696
> Project: Mahout
> Issue Type: Bug
> Components: Math
> Affects Versions: 0.10.0
> Reporter: Andrew Palumbo
> Assignee: Andrew Palumbo
> Fix For: 0.10.1, 0.11.0
>
>
> in QRDecomposition.java, QRDecomposition(Matrix A).solve(Matrix B) is
> returning a Matrix of type B when it should be returning a matrix of type A.
> This can lead to Sparse Matrices which should be Dense and vice versa.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)