Re: a little fortran 90 puzzle...



"Ed" <edwardjameshartnett@xxxxxxxxx> wrote in message
news:c8fddedd-7fc0-49b5-942e-124dd806727a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Correct! I just need some values that won't fit into int32s, so that I
can be sure my int64 type is working.

Then why not use the random number generator
and fill real arrays that way?
Then assign those values to your integer arrays (after suitable scaling
so as to create integer values greater than the largest 4-byte integer).

That's one statement to initialize each array, and another
to assign the corresponding integer array.





.



Relevant Pages

  • Re: First D8.Net impressions ?
    ... Single fp arrays ... Integer arrays ... >> or a number of the times after the JIT stage when the app would be ...
    (borland.public.delphi.non-technical)
  • Re: Passing integer arrays through mex to ifort
    ... I am trying to pass integer arrays through a mex wrapper to ifort. ... The arrays hold indices for a real array I will access. ... Are you familiar with Fortran pointers? ...
    (comp.soft-sys.matlab)
  • Re: Problems returning an int Array pointer
    ... The problem is that the list of arrays can be created before the arrays in ... integer arrays, creates an array of pointers to these arrays ... and get a pointer to the appropriate integer list. ... of the appropriate int array to an external int array (in contrast to ...
    (microsoft.public.dotnet.languages.vc)
  • arrays in python
    ... I want to write a program in python using integer arrays. ... I could not find any documentation in python manual about declaring arrays. ... but still have not found a way to declare an array of given length. ...
    (comp.lang.python)
  • I want to make a C# library of some classes
    ... I have a C++ class library (and application generator, ... member functions which return elements of those arrays. ... Note the current code is targeted to VS 2003, but I can target VS 2005 ...
    (microsoft.public.dotnet.languages.csharp)