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

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

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.

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

Reply via email to