comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Maximum index for arrays?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Maximum index for arrays? [message #62566] Sun, 14 September 2008 23:08
hotplainrice@gmail.co is currently offline  hotplainrice@gmail.co
Messages: 15
Registered: July 2008
Junior Member
Hi guys,

Thanks for helping me for the past few weeks. I've managed to get
CUBLAS and other CUDA programs working in IDL. What I have now for you
guys is this.

Here is the code

N = 181
N2 = N^2
a = fltarr(N2, 141)
help,a

A FLOAT = Array[32761, 141]

N = 182
N2 = N^2
a = fltarr(N2, 141)
% Array dimensions must be greater than 0
% Execution halted at: TEST 5 /home/hpr/test.pro
% $MAIN$
IDL>

How big can the index go? Its because I need N = 100 to 1000

Regards
Zaki
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Reading .h5 files into IDL
Next Topic: Changing values of one image from ENVI

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:57:20 PDT 2025

Total time taken to generate the page: 0.00282 seconds