[ 
https://issues.apache.org/jira/browse/MATH-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leandro Ariel Pezzente updated MATH-741:
----------------------------------------

    Attachment: TestHypergeometric.java
                Hypergeometric.java
                UnivariateFunctionFactory.java

UnivariateFuncionFactory.java is the main abstract class. Hypergeometric.java 
is an Hypergeometric function implementation constructed using this abstract 
superclass. TestHypergeometric.java is a Junit test that check the assertion 
between the Hypergeometric and 2 very well know equialities.
                
> Univariate Function Series Abstract Factory Implementation
> ----------------------------------------------------------
>
>                 Key: MATH-741
>                 URL: https://issues.apache.org/jira/browse/MATH-741
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 4.0
>            Reporter: Leandro Ariel Pezzente
>            Priority: Minor
>         Attachments: Hypergeometric.java, TestHypergeometric.java, 
> UnivariateFunctionFactory.java
>
>
> To Implement an abstract class for witch Univariate functions constructed 
> using functional series. This abstract class must resolve all terms sums 
> using recursive iterative methods. Classes subclassed by this abstract 
> function must implement UnivariateFunction interface.

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