You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sébastien Brisard (JIRA)" <ji...@apache.org> on 2012/05/28 09:36:24 UTC

[jira] [Created] (MATH-792) Implement the visitor pattern for vectors

Sébastien Brisard created MATH-792:
--------------------------------------

             Summary: Implement the visitor pattern for vectors
                 Key: MATH-792
                 URL: https://issues.apache.org/jira/browse/MATH-792
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 3.1
            Reporter: Sébastien Brisard
            Assignee: Sébastien Brisard


This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

--
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] [Commented] (MATH-792) Implement the visitor pattern for vectors

Posted by "Sébastien Brisard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284616#comment-13284616 ] 

Sébastien Brisard commented on MATH-792:
----------------------------------------

{{r1343342}} defines methods in {{RealVector}} to visit the entries of a vector with a {{RealVectorChangingVisitor}} (also defined in this revision).

Test cases are implemented accordingly.
                
> Implement the visitor pattern for vectors
> -----------------------------------------
>
>                 Key: MATH-792
>                 URL: https://issues.apache.org/jira/browse/MATH-792
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear
>
> This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

--
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] [Commented] (MATH-792) Implement the visitor pattern for vectors

Posted by "Sébastien Brisard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284321#comment-13284321 ] 

Sébastien Brisard commented on MATH-792:
----------------------------------------

{{r1343163}} defines methods in {{RealVector}} to visit the entries of a vector with a {{RealVectorPreservingVisitor}}.

Test cases are implemented accordingly.
                
> Implement the visitor pattern for vectors
> -----------------------------------------
>
>                 Key: MATH-792
>                 URL: https://issues.apache.org/jira/browse/MATH-792
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear
>
> This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

--
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] [Commented] (MATH-792) Implement the visitor pattern for vectors

Posted by "Sébastien Brisard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284316#comment-13284316 ] 

Sébastien Brisard commented on MATH-792:
----------------------------------------

{{r1343157}} defines a {{RealVectorPreservingVisitor}}.
                
> Implement the visitor pattern for vectors
> -----------------------------------------
>
>                 Key: MATH-792
>                 URL: https://issues.apache.org/jira/browse/MATH-792
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear
>
> This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

--
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] [Resolved] (MATH-792) Implement the visitor pattern for vectors

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

Sébastien Brisard resolved MATH-792.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1

New feature is now implemented.
                
> Implement the visitor pattern for vectors
> -----------------------------------------
>
>                 Key: MATH-792
>                 URL: https://issues.apache.org/jira/browse/MATH-792
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear
>             Fix For: 3.1
>
>
> This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

--
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] [Comment Edited] (MATH-792) Implement the visitor pattern for vectors

Posted by "Sébastien Brisard (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412786#comment-13412786 ] 

Sébastien Brisard edited comment on MATH-792 at 7/12/12 1:43 PM:
-----------------------------------------------------------------

New feature is now implemented. This issue is continued in MATH-820.
                
      was (Author: celestin):
    New feature is now implemented.
                  
> Implement the visitor pattern for vectors
> -----------------------------------------
>
>                 Key: MATH-792
>                 URL: https://issues.apache.org/jira/browse/MATH-792
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 3.1
>            Reporter: Sébastien Brisard
>            Assignee: Sébastien Brisard
>              Labels: linear
>             Fix For: 3.1
>
>
> This proposal results from MATH-765. {{RealVector}} should implement the visitor pattern, like {{RealMatrix}} does.

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