Re: No Invert Functions?

"Michael A. Koerber" <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.