Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@locus.apache.org Received: (qmail 81965 invoked from network); 12 Aug 2008 09:39:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 09:39:05 -0000 Received: (qmail 80444 invoked by uid 500); 12 Aug 2008 09:39:04 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 80433 invoked by uid 500); 12 Aug 2008 09:39:04 -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 80422 invoked by uid 99); 12 Aug 2008 09:39:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 02:39:04 -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; Tue, 12 Aug 2008 09:38:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97660234C1A3 for ; Tue, 12 Aug 2008 02:38:44 -0700 (PDT) Message-ID: <865151528.1218533924602.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 02:38:44 -0700 (PDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Resolved: (HAMA-30) Add scaling method to VectorInterface In-Reply-To: <235024805.1218527204287.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon resolved HAMA-30. -------------------------------- Resolution: Fixed test: [junit] Running org.apache.hama.TestMatrix [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 38.13 sec [junit] Running org.apache.hama.TestRandomVariable [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.008 sec [junit] Running org.apache.hama.TestVector [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 38.864 sec [junit] Running org.apache.hama.mapred.TestMatrixMapReduce [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 59.948 sec BUILD SUCCESSFUL Total time: 2 minutes 21 seconds Local test passed. Resolving. > Add scaling method to VectorInterface > ------------------------------------- > > Key: HAMA-30 > URL: https://issues.apache.org/jira/browse/HAMA-30 > Project: Hama > Issue Type: New Feature > Components: implementation > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.1.0 > > Attachments: HAMA-30.patch > > > To perform the matrix multiplication, it needs scalar multiplication of a whole vector > v = alpha*v > public Vector scale(double alpha); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.