Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 4620 invoked from network); 12 Mar 2009 09:21:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2009 09:21:13 -0000 Received: (qmail 95100 invoked by uid 500); 12 Mar 2009 09:21:13 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 95084 invoked by uid 500); 12 Mar 2009 09:21:13 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 95073 invoked by uid 99); 12 Mar 2009 09:21:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 02:21:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Mar 2009 09:21:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D7B9234C045 for ; Thu, 12 Mar 2009 02:20:52 -0700 (PDT) Message-ID: <63614609.1236849652643.JavaMail.jira@brutus> Date: Thu, 12 Mar 2009 02:20:52 -0700 (PDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-169) The start location can be different between the two vectors In-Reply-To: <1712830872.1236843410541.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-169: -------------------------------- Status: Patch Available (was: Open) Local test passed. Submit my patch. > The start location can be different between the two vectors > ----------------------------------------------------------- > > Key: HAMA-169 > URL: https://issues.apache.org/jira/browse/HAMA-169 > Project: Hama > Issue Type: Bug > Components: implementation > Affects Versions: 0.1.0 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Priority: Critical > Fix For: 0.1.0 > > Attachments: HAMA-169.patch > > > The start location can be different between the two vectors. > Then, > DenseVector add(double alpha, Vector v) > for (int i = 0; i < this.size(); i++) { > set(i, alpha * v.get(i) + get(i)); > } > This code will do not anything. > DenseMatrix.setColumn(Vector v) also should be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.