Skip to content
Prev 87066 / 398506 Next

How can I see how %*% is implemented?

get("%*%")

tells you that it is a primitive (i.e., implemented in C). The file
<R_HOME>/src/main/names.c directs you to do_matprod, in file
<R_HOME/src/main/array.c.

Martin

S??ren H??jsgaard <Soren.Hojsgaard at agrsci.dk> writes:
Message-ID: <6phu0arp0mg.fsf@gopher3.fhcrc.org>
In-Reply-To: <C83C5E3DEEE97E498B74729A33F6EAEC038781F3@DJFPOST01.djf.agrsci.dk> (Søren Højsgaard's message of "Wed, 22 Feb 2006 21:32:55 +0100")