From octave-maintainers-request at bevo dot che dot wisc dot edu Sat Oct 23 13:23:16 1999 Subject: Re: Contributing a kron function From: etienne grossmann To: octave-maintainers at bevo dot che dot wisc dot edu CC: etienne at isr dot ist dot utl dot pt Date: Sat, 23 Oct 1999 19:22:43 +0100 (WEST) Hello again, this mail is the same as the subjectless one that I sent by mistake : >> let's say I were to contribute a builtin kron function, based on >> Heber's code : [snip] >> Etienne > > I haven't done any of that unfortunately but I'd be happy to help. > > Heber Since yesterday, I have written a "src/DLD-FUNCTIONS/kron.cc" that implements the Kronecker product for real and complex matrices. I also wrote two test scripts "test/octave.test/linalg/kron-1.m" and "test/octave.test/linalg/kron-2.m" and modified src/Makefile.in and test/octave.test/linalg/linalg.exp, the later so that "make check" checks the new function too. May I send a patch? To octave-source? Etienne ps : Silly question : how does one do a nice patch when not only are files modified, but also created?