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

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

Test corrected in {{r1304216}}. Failure was due to the fact that in {{SymmLQ}}, 
the residual for the preconditioned system is really {{P * r}}, where {{r = b - 
A * x}}, and {{P}} is the square root of the preconditioner.
                
> SymmLQ not tested in SymmLQTest
> -------------------------------
>
>                 Key: MATH-770
>                 URL: https://issues.apache.org/jira/browse/MATH-770
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0, 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear, solver
>             Fix For: 3.1
>
>
> In {{SymmLQTest}}, two test actually create instances of 
> {{ConjugateGradient}} instead of {{SymmLQ}}. These tests are
> * {{testUnpreconditionedNormOfResidual()}}
> * {{testPreconditionedNormOfResidual()}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to