[ 
https://issues.apache.org/jira/browse/MATH-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100871#comment-13100871
 ] 

Sébastien Brisard commented on MATH-659:
----------------------------------------

Removed {{double[] solve(double[][])}} from
* {{DecompositionSolver}} in rev1166960
* {{CholeskyDecompositionImpl.Solver}} in rev1166961
* {{EigenDecompositionImpl.Solver}} in rev1166962
* {{LUDecompositionImpl.Solver}} in rev1166963
* {{QRDecompositionImpl.Solver}} in rev1166964
* {{SingularValueDecompositionImpl.Solver}} in rev1166965

> Remove solve(double[][]) from DecompositionSolver
> -------------------------------------------------
>
>                 Key: MATH-659
>                 URL: https://issues.apache.org/jira/browse/MATH-659
>             Project: Commons Math
>          Issue Type: Task
>    Affects Versions: 3.0
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>            Priority: Trivial
>              Labels: linear
>             Fix For: 3.0
>
>
> Following MATH-653, where {{double[]}} were removed from {{RealVector}}, and 
> {{double[] solve(double[])}} was removed from {{DecompositionSolver}}, the 
> method {{double[][] solve(double[][])}} should be removed from 
> {{DecompositionSolver}}. {{RealMatrix solve(RealMatrix)}} should be called 
> instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to