You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2008/10/14 09:09:44 UTC

[jira] Updated: (HAMA-81) Add subVector(int i0, int i1) to Vector interface

     [ https://issues.apache.org/jira/browse/HAMA-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-81:
-------------------------------

    Attachment: HAMA-81.patch

I added it. But, It should be modified on file read level.

> Add subVector(int i0, int i1) to Vector interface
> -------------------------------------------------
>
>                 Key: HAMA-81
>                 URL: https://issues.apache.org/jira/browse/HAMA-81
>             Project: Hama
>          Issue Type: New Feature
>          Components: interface
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-81.patch
>
>
>   /** 
>    * Returns a sub-vector.
>    *  @param i0   the index of the first element
>    *  @param i1   the index of the last element
>    *  @return     v[i0:i1]
>    */
>   public Vector  subvector( int i0, int i1 );

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