search for: phy502

Displaying 1 result from an estimated 1 matches for "phy502".

Did you mean: php52
2004 Mar 26
0
SUMMARY: Using R's LAPACK & Related files in Visual C++
...ant linear algebra routines in your C code, you should really look elsewhere. You could, for example, check out Intel's Math Kernel Library. (It used to be a free download. Not sure if that's still the case.) (2) Googling `calling lapack from C', I also found: http://physics.asu.edu/phy502-shumway/notes/lec11.html -------------------------------- >From Timur Elzhov: AFAIK, R uses native FORTRAN l(a,in)pack codes :) Try it, I guess you'll be able to call their functions, this way: void dposl_(double*, int*, int*, double*); //for `dposl' Fortran function Note underscor...