Navigation

Operators and Keywords

Function List:

C++ API

dmult.m File Reference


Functions

 if (!warned) warned
 warning ("Octave:deprecated-function","dmult is obsolete and will be removed from a future version of Octave; please use the straightforward (and now efficient) syntax ""diag(A)*B"".")
endif if (nargin!=2) print_usage()

Variables

function M

Function Documentation

endif if ( nargin!  = 2  ) 

if ( warned  ) 

warning ( "Octave:deprecated-function ,
"dmult is obsolete and will be removed from a future version of Octave; please use the straightforward (and now efficient) syntax ""diag(A)*B""."   
)


Variable Documentation

Initial value:

 dmult (a, B)

  persistent warned = false