in reply to Re: Re: Fast Matrix Load
in thread Fast Matrix Load
#this is going to take a very long time while ($i <= $#profile) { $matrix[$j]->[$i] = $profile[$i]; $j++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Fast Matrix Load
by tachyon (Chancellor) on Feb 17, 2002 at 13:51 UTC |