You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Leandro Ariel Pezzente (Updated) (JIRA)" <ji...@apache.org> on 2012/02/09 19:33:59 UTC

[jira] [Updated] (MATH-741) Univariate Function Series Abstract Factory Implementation

     [ 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