[jira] [Created] (MATH-745) up to 5x Performance Improvement on FasFourierTransformer.java by using a recursive iterative sumation Approach

2012-02-12 Thread Leandro Ariel Pezzente (Created) (JIRA)
up to 5x Performance Improvement on FasFourierTransformer.java by using a 
recursive iterative sumation Approach
---

 Key: MATH-745
 URL: https://issues.apache.org/jira/browse/MATH-745
 Project: Commons Math
  Issue Type: Improvement
Affects Versions: 3.0
Reporter: Leandro Ariel Pezzente


By swithinch form a loop iterative approach to a recursive iterative approach 
on fastFourierTransformer.java a Perfomance Improvement of up to 5x is gained.

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




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

2012-02-09 Thread Leandro Ariel Pezzente (Created) (JIRA)
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


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