[
https://issues.apache.org/jira/browse/MATH-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232487#comment-13232487
]
Sébastien Brisard edited comment on MATH-761 at 3/20/12 6:39 AM:
-----------------------------------------------------------------
In {{r1302298}} and {{r1302785}}
* moved some {{static}} helper methods from {{SymmLQ}} to nested class
{{SymmLQ.State}}
* changed visibility of some {{static}} fields from {{private}} to {{package
protected}} in order to avoid the use of synthetic getters.
was (Author: celestin):
In {{r1302298}}
* moved some {{static}} helper methods from {{SymmLQ}} to nested class
{{SymmLQ.State}}
* changed visibility of some {{static}} fields from {{private}} to
{{protected}} in order to avoid the use of synthetic getters.
> Improve encapsulation of data in the nested classes of SymmLQ
> -------------------------------------------------------------
>
> Key: MATH-761
> URL: https://issues.apache.org/jira/browse/MATH-761
> Project: Commons Math
> Issue Type: Improvement
> Affects Versions: 3.1
> Reporter: Sébastien Brisard
> Assignee: Sébastien Brisard
> Labels: linear
>
> In order to limit object creation, the current implementation of the
> {{SymmLQ}} solver makes heavy use of references accross nested classes in
> {{SymmLQ}}. This makes the code difficult to read, and should be modified,
> keeping the public API.
--
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