Search:

Type: Posts; User: Mastiff

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,829

    Yeah, I made a mistake and should have said: ...

    Yeah, I made a mistake and should have said:


    If=(complex float)I;

    I don't think this is necessary, but I just wanted to make sure I wasn't expanding to double.

    The line of code was a...
  2. Replies
    6
    Views
    2,829

    Duh! Thanks. Anyone have thoughts on the...

    Duh! Thanks.

    Anyone have thoughts on the slowness?
  3. Replies
    6
    Views
    2,829

    complex numbers

    I'm successfully using <complex.h> functionality, but I'm a little confused. I'm trying to keep everything in float instead of double and I was uncertain what "I" was, so just to be sure, I defined...
  4. Replies
    7
    Views
    5,934

    Yes, as I understand it, I'd have to get...

    Yes, as I understand it, I'd have to get everything into a structure. So, how do people generally go about this, do they create such a structure and use it all throughout the program, inlcuding the...
  5. Replies
    7
    Views
    5,934

    Parallel processing with fork()

    I have a math intensive application, and I'm trying to utilize my quad processor to geta speedup. The job is trivially parallelizable; I'm working through a huge 2D array and the job on each row is...
Results 1 to 5 of 5