[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help
- Subject: Help
- From: Tri VU KHAC <tvk(at)info.fundp.ac.be>
- Date: Fri, 21 May 1999 15:23:15 +0100
- Newsgroups: comp.lang.idl-pvwave
- Organization: FUNDP
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:14857
Hi folks,
I'm looking for an efficient way to produce the matrix of type (I woulk
like to be able to avoid the FOR statement)
0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0
0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0
OR
1 0 0 1 0 0 1
0 1 0 0 1 0 0
0 0 1 0 0 1 0
1 0 0 1 0 0 1
ETC.
Best regards,
Tri.