Return-Path: Delivered-To: apmail-incubator-hama-commits-archive@locus.apache.org Received: (qmail 86733 invoked from network); 8 Aug 2008 01:13:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2008 01:13:05 -0000 Received: (qmail 37252 invoked by uid 500); 8 Aug 2008 01:13:05 -0000 Delivered-To: apmail-incubator-hama-commits-archive@incubator.apache.org Received: (qmail 37233 invoked by uid 500); 8 Aug 2008 01:13:05 -0000 Mailing-List: contact hama-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@ Delivered-To: mailing list hama-commits@incubator.apache.org Received: (qmail 37222 invoked by uid 99); 8 Aug 2008 01:13:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 18:13: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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 01:12:17 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 009DF11129 for ; Fri, 8 Aug 2008 01:12:14 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hama-commits@incubator.apache.org Date: Fri, 08 Aug 2008 01:12:14 -0000 Message-ID: <20080808011214.28162.60053@eos.apache.org> Subject: [Hama Wiki] Trivial Update of "InterfaceConsiderations" by udanax X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification. The following page has been changed by udanax: http://wiki.apache.org/hama/InterfaceConsiderations ------------------------------------------------------------------------------ public Matrix set(Matrix B); /** + * Sets the dimension of matrix + * + * @param the number of rows + * @param the number of columns + */ + public void setDimension(int i, int j); + + /** * A(i, j) += value * * @param i