Re: PINV, initial release
Raymond Toy <[email protected]> 03 Dec 2002 09:37:53 -0500
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Tunc" == Tunc Simsek <[email protected]> writes: Tunc> Hi Mike; I can enter the changes. But if you're going Tunc> to update PINV in few weeks I'd rather do it then, to avoid Tunc> doing it twice. --Thanks, Tunc Sounds good to me. A couple of comments: o Can this be called pseudo-inverse instead of pinv? My general rule has been if LAPACK has a certain useful routine, then use that name, otherwise pick a more useful, less abbreviated name. :-) o Should the args to pinv be keyword args instead of optional? If so, please make the mthd arg have the keyword :method instead. Easier to figure out what it is. :-) Everything else looks good. Ray