search for: r1_8_1

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

Did you mean: r1.8.1
2004 Mar 26
1
Using R's LAPACK & Related files in Visual C++
I am a relative newcomer to both the R and C/C++ software worlds -- I'm taking a C Programming class currently. I noticed the other day that the C:\Program Files\R1_8_1\src\include\R_ext directory on my WinXP box has the header files BLAS.h Lapack.h Linpack.h RLapack.h I am interested in (perhaps) using one or more of these header files in a straight C program I'm working on in Visual C++ .NET. (I need matrix inversion, svd, generalized inverse, Cholesky...