From: Andy Little (andy_at_[hidden])
Date: 2006-09-13 10:55:37


"Larry Evans" <cppljevans_at_[hidden]> wrote in message
news:ee94tl$m3d$1_at_sea.gmane.org...
> On 09/13/2006 07:26 AM, Andy Little wrote:
>> Hi Boosters,
>>
>> Continuing my experiments with fusion, towards the goal of a fusion matrix,
>> here
>> is my latest efforts:
>
> Matrix is rank 2 array. What's the disadvantage (besides further
> development effort) of generalizing this fusion container to any rank?

Further development effort :-)

Seriously. I would prefer to work on this thing bottom up, rather than top down,
and keep it simple for the moment. Currently there is a practical limit to the
size of matrix that can be used set by compilation time and compiler resources.
Once I get a simple matrix working then it will be possible to analyse how
practical that is to start with, and then consider how to generalise it.

regards
Andy Little