Jared Becksfort created MATH-822:
------------------------------------

             Summary: Unnecessary Parameter in EigenDecomposition?
                 Key: MATH-822
                 URL: https://issues.apache.org/jira/browse/MATH-822
             Project: Commons Math
          Issue Type: Improvement
            Reporter: Jared Becksfort
            Priority: Minor


I am still new to the Commons Math code base, so I am sorry if this is a dumb 
question.  I am browsing the code for EigenDecomposition, and both of its 
constructors have an unused parameter called splitTolerance.  The comments 
indicate that this is for backward compatibility.

Would it be acceptable for me to simply include a one-parameter constructor 
that calls the two-parameter one, so backward compatibility is preserved and 
client code no longer needs to provide a pointless double?

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