Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D6EA6EA3 for ; Wed, 18 May 2011 20:50:17 +0000 (UTC) Received: (qmail 19134 invoked by uid 500); 18 May 2011 20:50:16 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 19005 invoked by uid 500); 18 May 2011 20:50:16 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 18997 invoked by uid 99); 18 May 2011 20:50:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 20:50:16 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_BLACK X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.74.71.28] (HELO sif.is.scarlet.be) (193.74.71.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2011 20:50:10 +0000 Received: from mail.harfang.homelinux.org (ip-213-49-249-11.dsl.scarlet.be [213.49.249.11]) by sif.is.scarlet.be (8.14.2/8.14.2) with ESMTP id p4IKnmOR021790 for ; Wed, 18 May 2011 22:49:48 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1305751788; bh=E+CEQFW6uwaR7f9q4eWgxpkLDYIouy9MCJVKIqgV18w=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=JV9yfXfU2BGMMkp9+9ySKRn/dfRHWjaWKiBrGLsg/2frecV+TkQ8Vv00OKdszhig1 /uO21fNgUQ1Lhj7Nox/KJiDiLkeMwp+S2dv2yEU7z5qjOWFCNKrjnONBP6UcVdIwIY PmK2NddYyE3JIoVSucaD9VoNlutjrKtQkSuUNpdI= Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 4FC9F61772 for ; Wed, 18 May 2011 23:03:17 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id ZGEk5pxNQw6G for ; Wed, 18 May 2011 23:03:12 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 19FDA6175A for ; Wed, 18 May 2011 23:03:12 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.72) (envelope-from ) id 1QMntf-0003Yf-SP for dev@commons.apache.org; Wed, 18 May 2011 23:03:11 +0200 Date: Wed, 18 May 2011 23:03:10 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: [math] make org.apache.commons.math.linear.FieldVector iterable Message-ID: <20110518210310.GA10648@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <1304793840.3102.11.camel@knuffelchen> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1304793840.3102.11.camel@knuffelchen> X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.20 (2009-06-14) X-DCC-scarlet.be-Metrics: sif 20002; Body=1 Fuz1=1 Fuz2=1 On Sat, May 07, 2011 at 08:44:00PM +0200, Arne Ploese wrote: > > it would be handy to simply iterate over the elements of the vector... Shall I open a JIRA ticket for this (i.e. modify interfaces "RealVector" and "FieldVector" (so that they would extend "Iterable" and "Iterable", respectively)? Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org