From help-octave-request at bevo dot che dot wisc dot edu Wed Dec 20 06:13:22 2000 Subject: Dot multiply in dynamically-loaded C++ function From: Douglas Eck To: "help-octave at bevo dot che dot wisc dot edu" Date: Wed, 20 Dec 2000 13:13:20 +0100 Newbie question: I see that * is defined as an operator for the Matrix class. Thus you can do this for matrix multiplcation. Matrix mIn(args(0).matrix_value()); mIn=mIn*mIn; Is there similar syntax for a dot-multiply (i.e. element-by-element multiply) of two same-sized matrices? Thanks, Doug ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------