comparison scripts/deprecated/dmult.m @ 9065:8207b833557f

Cleanup documentation for arith.texi, linalg.texi, nonlin.texi Grammarcheck input .txi files Spellcheck .texi files
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 17:43:22 -0700
parents eb63fbe60fab
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
9064:7c02ec148a3c 9065:8207b833557f
17 ## along with Octave; see the file COPYING. If not, see 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} dmult (@var{a}, @var{b}) 21 ## @deftypefn {Function File} {} dmult (@var{a}, @var{b})
22 ## This function has been deprecated. Use the direct syntax @code{diag(A)*B} 22 ## This function has been deprecated. Use the direct syntax @code{diag(A)*B}
23 ## which is more readable and now also more efficient. 23 ## which is more readable and now also more efficient.
24 ## @end deftypefn 24 ## @end deftypefn
25 25
26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
27 ## Description: Rescale the rows of a matrix 27 ## Description: Rescale the rows of a matrix