Return-Path: X-Original-To: apmail-incubator-hama-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8487998A1 for ; Tue, 28 Feb 2012 00:17:50 +0000 (UTC) Received: (qmail 69118 invoked by uid 500); 28 Feb 2012 00:17:50 -0000 Delivered-To: apmail-incubator-hama-user-archive@incubator.apache.org Received: (qmail 69038 invoked by uid 500); 28 Feb 2012 00:17:49 -0000 Mailing-List: contact hama-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-user@incubator.apache.org Delivered-To: mailing list hama-user@incubator.apache.org Delivered-To: moderator for hama-user@incubator.apache.org Received: (qmail 42554 invoked by uid 99); 27 Feb 2012 23:24:52 -0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shailesh2088@ufl.edu designates 128.227.74.71 as permitted sender) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 27 Feb 2012 18:24:08 -0500 From: "Samudrala,Shailesh" To: Subject: Matrix Multiplication in HAMA Message-ID: <08461b25b6deea5a6ecb4cbba4bc7ab1@ufl.edu> X-Sender: shailesh2088@ufl.edu (shailesh2088) User-Agent: Roundcube Webmail/0.5.2 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7498,1.0.260,0.0.0000 definitions=2012-02-27_06:2012-02-27,2012-02-27,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1202270273 X-Spam-Level: * X-UFL-Spam-Level: * X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am working on HAMA for the past few weeks, and I want to implement Jacobi's method, which involves Matrix Multiplication. I have read examples in the HAMA paper, as well as some of the blogs online, from which I understand that Matrix Multiplication has already been implemented for HAMA. I would like to know how I can access the code, or how I can use the class in my code. Best Regards, Shailesh Samudrala, Graduate Student, University of Florida.