[ 
https://issues.apache.org/jira/browse/MATH-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438776#comment-13438776
 ] 

Clemens Novak commented on MATH-851:
------------------------------------

Thanks a lot for your comments and suggestions. I hope I got the issues 
mentioned above and the source code formatting right. As a side note: I have 
seen there is a wiki - Would it make sense to collect these general guidelines 
there? Currently, this information seems to be spread across several tickets... 
I'd volunteer for that :-)

I assume that there will be a performance loss when using RealVector; on the 
other hand, RealVector provides many convenience functions a bare metal 
double[] array lacks (I have a rather strong Matlab/Octave background where 
everything is vector-based). However, I think this is a architectural decision 
(a performance comparison between RealVector & double[] might come in handy 
here)...
                
> Add convolution
> ---------------
>
>                 Key: MATH-851
>                 URL: https://issues.apache.org/jira/browse/MATH-851
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Clemens Novak
>            Priority: Minor
>         Attachments: Filter.java, FilterTest.java, FilterUtils.java, 
> FilterUtilsTest.java
>
>
> I created a function performing (one-dimensional) convolution. Currently, the 
> function is in a class called Filter, but I am not sure whether this is the 
> appropriate place for it(?).

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