detrend
Basic functions
duplication
Grocer
>>
Basic functions
> dmult
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
detrend
Basic functions
duplication