From: Nicolas N. <Nic...@iw...> - 2005-12-07 12:35:54
|
Raymond Toy <ray...@er...> writes: > I think all the BLAS routines are there. (Well, maybe not the level-3 > blas routines). I guess one of those is what I once would have needed and did not find. > Not quite sure what you mean by automating the process of making the > routines available. Someone has to figure out the function signature > to tell Lisp how to call it. And some of the functions take > characters or strings, and that is very dependent on the Fortran > compiler. Same with returning complex values. Does this mean that interfacing to Fortran libraries is ill-defined? Maybe one should use the C-interface of BLAS/LAPACK then? Nicolas. |