From: Michael A. K. <ma...@ll...> - 2002-09-25 17:32:06
|
> 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. mike ************************************************** Dr Michael A. Koerber Micro$oft Free Zone MIT/Lincoln Laboratory |