search for: la_solve

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

Did you mean: absolve
2013 May 08
2
call R function from C code
Hi, I am writing C code for R, but in middle of the routine I want to call solve(A,b) function. What is the right way to solve linear set inside C code? Is it ok to just invoke La_solve()?