Search:

Type: Posts; User: fpghost

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,362

    Yes, of course the value itself will be held in a...

    Yes, of course the value itself will be held in a complex<double> say, but this needs to be indexed by the parameters (x,y) to allow retriveing of correct value for given parameter set.
  2. Replies
    2
    Views
    2,362

    Reading in data from file in certain format

    I have a text file (output of another program, Mathematica) containing the complex values of some function:



    f[0, 6] = 0.00006639570. - 6.00456*I;
    f[1, 6] = 0.00003602 +0.0039842775.*I;...
  3. Replies
    6
    Views
    1,459

    AH yes, sorry I was looking for C++ forum. Is it...

    AH yes, sorry I was looking for C++ forum. Is it possible to move my thread there? or I can repost it?
  4. Replies
    6
    Views
    1,459

    Hi, thanks, I will try and use the code tags in...

    Hi, thanks, I will try and use the code tags in future.

    I know I can use cin to read in the data. The problem is the data list is of variable length and is also in a tricky format (see OP), so I'm...
  5. Replies
    6
    Views
    1,459

    Reading in data from file in certain format

    I have two text files containing the complex values of some function:
    f[0, 6] = 0.00006639570. - 6.00456*I; f[1, 6] = 0.00003602 +0.0039842775.*I; f[0, 7] = 0.0000663- 6.00383226386*I; ...
Results 1 to 5 of 5