From: Raymond T. <to...@rt...> - 2002-09-30 14:40:17
|
>>>>> "Joseph" == Joseph Dale <jd...@uc...> writes: Joseph> Michael A. Koerber wrote: >>> 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? >> Joe, >> I don't see such a wrapper either. However, matrix inversion is >> currently performed with ZGESV by calling the MATLISP function M/ with >> a single argument. So if you just need the inverse of A use (M/ A). >> Of course, if its ?GETRI specifically, a wrapper will be needed. >> Joseph> Thanks Michael and Tunc, Joseph> M/ should be sufficient for me. However, there appears to be a Joseph> bug/typo in the documentation: Thanks. I'll fix this. Ray |