Re: Re-ordering columns or rows of an array efficiently
- From: fj <francois.jacq@xxxxxxx>
- Date: Thu, 29 Nov 2007 00:19:44 -0800 (PST)
On 29 nov, 05:17, Mike <mkjoh...@xxxxxxxxx> wrote:
Many thanks to all for the replies and suggestions. I will try each of
the suggestions to see which is most efficient for my application. In
this case, there are more than 10,000 rows and columns in a square
array. The re-ordering is unique. Again, thanks to everyone for making
my process of moving from MATLAB to FORTRAN as simple as possible. :)
Best regards,
Mike
A last solution : you could also never reorder the array just keeping
in parallel the initial array and the permutation vector (and possibly
the reverse permutation vector too). This is often what I do with
large matrices initialized under a fixed form but inversed taking into
account a permutation ...
.
- References:
- Re-ordering columns or rows of an array efficiently
- From: Mike
- Re: Re-ordering columns or rows of an array efficiently
- From: glen herrmannsfeldt
- Re: Re-ordering columns or rows of an array efficiently
- From: Dan Nagle
- Re: Re-ordering columns or rows of an array efficiently
- From: glen herrmannsfeldt
- Re: Re-ordering columns or rows of an array efficiently
- From: Mike
- Re-ordering columns or rows of an array efficiently
- Prev by Date: Re: is this newsgroup accessible via gmane
- Next by Date: Re: initializing an array of user-defined data types
- Previous by thread: Re: Re-ordering columns or rows of an array efficiently
- Next by thread: matmul does not work.
- Index(es):
Relevant Pages
|
|