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

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

Removed calls to this method in unit tests
* rev1166512: {{CholeskySolverTest}}
* rev1166513: {{EigenSolverTest}}
* rev1166514: {{LUSolverTest}}
* rev1166515: {{QRSolverTest}}
* rev1166516: {{SingularValueSolverTest}}

> 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
>
> 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