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


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