From: Nicolas N. <Nic...@iw...> - 2002-09-25 16:11:02
|
Joseph Dale <jd...@uc...> writes: > Hi, > > I've just installed matlisp from the latest CVS at sourceforge. From > looking at the online help and reading some of the source, it looks to > me like none of the wrappers around matrix inversion functions (for > example, DGETRI and ZGETRI in LAPACK) have been implemented. Is there > any particular reason for this omission, or is it just lack of time? Or > am I totally missing something? > > If there are no technical barriers to implementing these functions, and > no one else is already working on it, I'd be happy to have a go at it. > Let me know. > > Thanks, > > Joe A related thing: I have recently implemented wrappers for dgetrs/zgetrs. Are the maintainers interested in that change? It involves changes in getrf.lisp, lapack.lisp, packages.lisp and system.dcl, as well as a new file getrs.lisp. If yes, in which form do you want the contribution? Nicolas. |