You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2010/03/23 14:43:27 UTC

[jira] Created: (MATH-357) Bicubic interpolation

Bicubic interpolation
---------------------

                 Key: MATH-357
                 URL: https://issues.apache.org/jira/browse/MATH-357
             Project: Commons Math
          Issue Type: New Feature
            Reporter: Gilles
            Priority: Minor


Second feature requested in [https://issues.apache.org/jira/browse/MATH-353]


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


[jira] Closed: (MATH-357) Bicubic interpolation

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

Phil Steitz closed MATH-357.
----------------------------


> Bicubic interpolation
> ---------------------
>
>                 Key: MATH-357
>                 URL: https://issues.apache.org/jira/browse/MATH-357
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Gilles
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: bci.tar.gz
>
>
> Second feature requested in [https://issues.apache.org/jira/browse/MATH-353]

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


[jira] Commented: (MATH-357) Bicubic interpolation

Posted by "Luc Maisonobe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848905#action_12848905 ] 

Luc Maisonobe commented on MATH-357:
------------------------------------

I've reviewed your patch and it seems very good to me. It even includes errors messages translations.
So to be really picky, it would be even better with a paragraph or two in the user guide and an entry in the changes.xml file to explain the new feature.
Thanks for the good work

> Bicubic interpolation
> ---------------------
>
>                 Key: MATH-357
>                 URL: https://issues.apache.org/jira/browse/MATH-357
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Gilles
>            Priority: Minor
>         Attachments: bci.tar.gz
>
>
> Second feature requested in [https://issues.apache.org/jira/browse/MATH-353]

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


[jira] Updated: (MATH-357) Bicubic interpolation

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

Gilles updated MATH-357:
------------------------

    Attachment: bci.tar.gz

Here is my attempt at implementing this feature.
Please have a look; if there are no obvious blunders, I'll commit the changes so that they can make it to the 2.1 release.

The tests should probably be refined. Currently, I've set the tolerances arbitrarily so that the tests will pass. Maybe at some point, someone can provide more sensible values (e.g. from running another implementation).

Please also check the form (e.g. I'm not sure I've inserted the correct svn tags for the new files).


> Bicubic interpolation
> ---------------------
>
>                 Key: MATH-357
>                 URL: https://issues.apache.org/jira/browse/MATH-357
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Gilles
>            Priority: Minor
>         Attachments: bci.tar.gz
>
>
> Second feature requested in [https://issues.apache.org/jira/browse/MATH-353]

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


[jira] Resolved: (MATH-357) Bicubic interpolation

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

Gilles resolved MATH-357.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

Implemented in revision 927009.

> Bicubic interpolation
> ---------------------
>
>                 Key: MATH-357
>                 URL: https://issues.apache.org/jira/browse/MATH-357
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Gilles
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: bci.tar.gz
>
>
> Second feature requested in [https://issues.apache.org/jira/browse/MATH-353]

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