search for: maltab

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

Did you mean: malta
2005 Jan 05
2
How to connect R with a C code which includes Atlas
...m. But the problem is that I can not connect my C program with R code since C program include Matlab.h. The function I used from matlab is Cholesky algorithm which is applied to calculate inv(C)*b where C is a symmetric positive definite matrix. Since R is not easy to connect with C which include Maltab C library, and I find Atlas is optimized linear algebra library and possible to be used by R, do you think it is possible for me to replace matlab by using Atlas function in my C code, and finally the C code can be connected with R dynamically? That means I can run a R program -> which include...