Can't use invert(), function $ADJOINT is undefined
Subject: Can't use invert(), function $ADJOINT is undefined
From: Raymond Toy
Date: Wed, 17 Aug 2005 16:03:55 -0400
>>>>> "Robert" == Robert Dodier writes:
Robert> hi dan,
>> Is there a way to tell which file invert() is being
>> called from, sort of the equivalent of the UN*X
>> "which" command?
Robert> hmm, that is an interesting idea. no, it isn't implemented.
Robert> i'll make a note of it. functions loaded from .mac files have
Robert> the filename embedded in them, but not others;
Robert> not sure what's possible in general.
CMUCL and presumably SBCL can tell you this. (describe '$invert) says
it was compiled from /src/invert.lisp.
Ray