Grocer Function
NAME
dmult - gauss dmult function
CALLING SEQUENCE
[M]=dmult(A,B)
PARAMETERS
Input
A = a matrix
B = a matrix
Output
m = diag(A) times B
DESCRIPTION
Computes the product of diag(A) and B. A Gauss compatibility function
AUTHOR
Eric Dubois 2002