From octave-sources-request at bevo dot che dot wisc dot edu Fri Oct 15 12:58:43 1999 Subject: builtin kron function. From: etienne grossmann To: octave-sources at bevo dot che dot wisc dot edu CC: etienne at isr dot ist dot utl dot pt Date: Fri, 15 Oct 1999 18:59:34 +0100 (WEST) Hello, I added to 'data.cc' a 'kron2' function that implements the Kronecker product (assuming real matrices). It came out to be just barely faster than the 'mykron' function I sent earlier today, I wonder why. The function is built around a double loop, where 'a','b' are the input and 'c' is the output. Matrix c (rc,cc) ; for( i=0,ia=-1; i