search for: lec11

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

Did you mean: lc11
2004 Mar 26
0
SUMMARY: Using R's LAPACK & Related files in Visual C++
...utines 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 underscore `_' under func...