Re: No Invert Functions?

Raymond Toy <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
>>>>> "Joseph" == Joseph Dale <[email protected]> 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
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.