search for: clapack3

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

Did you mean: dlapack3
2004 Mar 26
1
Using R's LAPACK & Related files in Visual C++
...a straight C program I'm working on in Visual C++ .NET. (I need matrix inversion, svd, generalized inverse, Cholesky decomposition, and a few other matrix features for a class project and this is the first time I've ever worked with header files.) My attempts to get the freely available CLAPACK3-Windows.zip on http://www.netlib.org/clapack/ to work have failed miserably, hence my interest in finding other freely available libraries! Does anyone know how dependent these R header files are on one another? Are they redundant in any way? Which ones would be recommended? Any help / advice...