You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matthew Rowles (JIRA)" <ji...@apache.org> on 2010/06/18 04:32:22 UTC

[jira] Created: (MATH-378) Add a LinearInterpolator

Add a LinearInterpolator
------------------------

                 Key: MATH-378
                 URL: https://issues.apache.org/jira/browse/MATH-378
             Project: Commons Math
          Issue Type: New Feature
    Affects Versions: 2.1, 2.0, 2.2, 3.0
            Reporter: Matthew Rowles
            Priority: Minor
             Fix For: 2.2, 3.0, Nightly Builds


I recently had a need for a linear interpolator. 

I have written code for this utilising the Commons Math libraries (http://bazaar.launchpad.net/~rowlesmr/convas2/trunk/annotate/head:/au/csiro/row119/util/LinearInterpolator.java), it is available under the Apache License.

I have converted it to Apache coding conventions and altered the SplineInterpolatorTest to be the LinearInterpolatorTest and put them together as a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MATH-378) Add a LinearInterpolator

Posted by "Gilles (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles resolved MATH-378.
-------------------------

    Resolution: Fixed

Code added in r956914.


> Add a LinearInterpolator
> ------------------------
>
>                 Key: MATH-378
>                 URL: https://issues.apache.org/jira/browse/MATH-378
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 2.0, 2.1, 2.2, 3.0
>            Reporter: Matthew Rowles
>            Assignee: Gilles
>            Priority: Minor
>             Fix For: 2.2, 3.0, Nightly Builds
>
>         Attachments: linear.patch
>
>
> I recently had a need for a linear interpolator. 
> I have written code for this utilising the Commons Math libraries (http://bazaar.launchpad.net/~rowlesmr/convas2/trunk/annotate/head:/au/csiro/row119/util/LinearInterpolator.java), it is available under the Apache License.
> I have converted it to Apache coding conventions and altered the SplineInterpolatorTest to be the LinearInterpolatorTest and put them together as a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MATH-378) Add a LinearInterpolator

Posted by "Matthew Rowles (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MATH-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthew Rowles updated MATH-378:
--------------------------------

    Attachment: linear.patch

A patch to add a LinearInterpolator.

The original code is already licensed under the Apache License.

> Add a LinearInterpolator
> ------------------------
>
>                 Key: MATH-378
>                 URL: https://issues.apache.org/jira/browse/MATH-378
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 2.0, 2.1, 2.2, 3.0
>            Reporter: Matthew Rowles
>            Priority: Minor
>             Fix For: 2.2, 3.0, Nightly Builds
>
>         Attachments: linear.patch
>
>
> I recently had a need for a linear interpolator. 
> I have written code for this utilising the Commons Math libraries (http://bazaar.launchpad.net/~rowlesmr/convas2/trunk/annotate/head:/au/csiro/row119/util/LinearInterpolator.java), it is available under the Apache License.
> I have converted it to Apache coding conventions and altered the SplineInterpolatorTest to be the LinearInterpolatorTest and put them together as a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (MATH-378) Add a LinearInterpolator

Posted by "Matthew Rowles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880055#action_12880055 ] 

Matthew Rowles edited comment on MATH-378 at 6/17/10 11:16 PM:
---------------------------------------------------------------

A patch to add a LinearInterpolator.

The original code is already licensed under the Apache License.

.


Edit: I'm pretty sure I've done it all correctly. If not, let me know and I'll fix it up.

      was (Author: masher):
    A patch to add a LinearInterpolator.

The original code is already licensed under the Apache License.
  
> Add a LinearInterpolator
> ------------------------
>
>                 Key: MATH-378
>                 URL: https://issues.apache.org/jira/browse/MATH-378
>             Project: Commons Math
>          Issue Type: New Feature
>    Affects Versions: 2.0, 2.1, 2.2, 3.0
>            Reporter: Matthew Rowles
>            Priority: Minor
>             Fix For: 2.2, 3.0, Nightly Builds
>
>         Attachments: linear.patch
>
>
> I recently had a need for a linear interpolator. 
> I have written code for this utilising the Commons Math libraries (http://bazaar.launchpad.net/~rowlesmr/convas2/trunk/annotate/head:/au/csiro/row119/util/LinearInterpolator.java), it is available under the Apache License.
> I have converted it to Apache coding conventions and altered the SplineInterpolatorTest to be the LinearInterpolatorTest and put them together as a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.