|
From: Raymond T. <ray...@er...> - 2007-03-05 15:09:15
|
>>>>> "Dmitry" == Dmitry V Gorbatovsky <gor...@gm...> writes:
Dmitry> Hello,
Dmitry> I am try to figure out:
Dmitry> 1. how to use Matlisp-Fortran interface to load third party Fortran libraries
You need to tell matlisp how to call the Fortran function. You can
see examples in, for example, src/blas.lisp.
Ask if you need some help with that.
Dmitry> and
Dmitry> 2.how to pass #<MATLISP:REAL-MATRIX type to third party Fortran routines.
Once you've done the above, you're almost there. Look in
src/axpy.lisp for an example.
If you need more help, tell us one of the functions you want to call,
and we'll help you define the necessary things to call it.
Ray
|