comp.lang.ada
 help / color / mirror / Atom feed
From: lutz@iks-jena.de (Lutz Donnerhacke)
Subject: Re: Multidimensional array vs. array of array
Date: Fri, 14 Dec 2001 09:45:21 +0000 (UTC)
Date: 2001-12-14T09:45:21+00:00	[thread overview]
Message-ID: <slrna1jihg.ke.lutz@taranis.iks-jena.de> (raw)
In-Reply-To: 9vb864$e8rbj$3@ID-25716.news.dfncis.de

* Nick Roberts wrote:
>Does this help at all?

Yes, but I perfer a differnt approach: Returning a record containing a
multidimensional array, define an constraint array of array type from the
constraint result (ws : Workspace := Init_Workspace; type ... ws.length;),
converting (copy) the multidimensional array to a variable of the new type
and work with this new type. This is reasonable, because the following
computations are much slower, than the conversion itself.



      reply	other threads:[~2001-12-14  9:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-11 22:22 Multidimensional array vs. array of array Lutz Donnerhacke
2001-12-11 22:45 ` Mark Lundquist
2001-12-17 15:56   ` Lutz Donnerhacke
2001-12-11 23:03 ` Stephen Leake
2001-12-12  8:39   ` Lutz Donnerhacke
2001-12-13  0:26     ` James Rogers
2001-12-13  9:02       ` Lutz Donnerhacke
2001-12-13 21:49         ` Nick Roberts
2001-12-14  9:45           ` Lutz Donnerhacke [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox