Search:

Type: Posts; User: diamond

Search: Search took 0.01 seconds.

  1. Thread: Shell script

    by diamond
    Replies
    5
    Views
    2,280

    I have to use it for my assignment. I just...

    I have to use it for my assignment.

    I just want to write a shell script that outputs the numbers that the user inputs. The above program is called nprog.c and it prints to an output file called...
  2. Thread: Shell script

    by diamond
    Replies
    5
    Views
    2,280

    I am using the C Shell

    I am using the C Shell
  3. Thread: Shell script

    by diamond
    Replies
    5
    Views
    2,280

    Shell script

    Please see the attached
  4. Replies
    23
    Views
    4,774

    Thanks again for your help. If I need to reach...

    Thanks again for your help. If I need to reach you again. How do I do so
  5. Replies
    23
    Views
    4,774

    Thank you so much for your help! My program works...

    Thank you so much for your help! My program works now, thanks to you. Just for my own clarification what does this mean:

    1. enum blas_conj_type
    blas_conj = 191,
    ...
  6. Replies
    23
    Views
    4,774

    it gives me six errors

    it gives me six errors
  7. Replies
    23
    Views
    4,774

    attached is the code that i have been working on....

    attached is the code that i have been working on. could you please look at the code that i have written that is supposed to pass the arrays to the function so that it can calculate the answer
  8. Replies
    23
    Views
    4,774

    this attachment may help

    this attachment may help
  9. Replies
    23
    Views
    4,774

    I am not understanding your call : void...

    I am not understanding your call :

    void c_sdot(conj,
    3, // int n,
    0.0, // float alpha,
    array_a, // const float* x,
    1, // int incx,
    ...
  10. Replies
    23
    Views
    4,774

    blas (basic linear algebra subprograms) is one of...

    blas (basic linear algebra subprograms) is one of many routines. The c_sdot routine is supposed to be used to calculate the dot product of two arrays that are float.

    I am doing it this way...
  11. Replies
    23
    Views
    4,774

    i understand your method.............but i have...

    i understand your method.............but i have to use the dot product(which is the function that is in the attachment)
  12. Replies
    23
    Views
    4,774

    Dot product

    i have attached a new document that might explain everything a little better
  13. Replies
    23
    Views
    4,774

    well that is the problem i dont know what code to...

    well that is the problem i dont know what code to write in order to call this subroutine
  14. Replies
    23
    Views
    4,774

    Dot product

    I don't understand what you are saying:confused:
  15. Replies
    23
    Views
    4,774

    test

    test
  16. Replies
    23
    Views
    4,774

    Dot Product (includes attachment)

    Is anyone familiar with BLAS (Basic Linear Algebra Subprograms)?

    I am trying to use the dot product subtroutine (dot.c in a C program to multiply two arrays(matrix). The subroutine is already...
Results 1 to 16 of 17